notes/os/linux/gentoo/docker-images.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

15 строки
576 B
Plaintext

https://github.com/gentoo/gentoo-docker-images
https://gitweb.gentoo.org/proj/docker-images.git
Using the portage container as a data volume
docker create -v /var/db/repos/gentoo --name myportagesnapshot gentoo/portage:latest /bin/true
docker run --interactive --tty --volumes-from myportagesnapshot gentoo/stage3:latest /bin/bash
https://registry.hub.docker.com/u/gentoo
https://hub.docker.com/r/gentoo/stage3
https://registry.hub.docker.com/r/gentoo/stage3
https://hub.docker.com/r/gentoo/portage
https://registry.hub.docker.com/r/gentoo/portage