User:7upLime/notes/test environment

From Gentoo Wiki
Jump to:navigation Jump to:search

The gentoo project provides some official container images (ref)

podman pull docker.io/gentoo/stage3
podman run -it gentoo/stage3 /bin/bash

From emacs v.29.1 (builtin support for tramp-containers I guess..)
C-x C-f /podman:root@aa4d197afda7:/


All the dependencies have to placed inside the container itself, even development tools like the LSP server.

In order to have a working up-to-date gentoo:
emerge --sync
emerge -uavDN @world
Then all the project-specific dependencies...