This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Talk:Docker

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Note
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (~~~~). When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}} so it will show up in the list of open discussions.

Gentoo in Docker Container

Talk status
This discussion is still ongoing as of August 18, 2017.

I believe adding a short section on running Gentoo in Docker may be beneficial to many users. This little excerpt is taken from the official docker images repo on github.

user $docker create -v /usr/portage --name myportagesnapshot gentoo/portage:latest /bin/true
user $docker run --volumes-from myportagesnapshot gentoo/stage-amd64:latest /bin/bash

https://github.com/gentoo/gentoo-docker-images

--Rage (talk) 12:22, 18 August 2017 (UTC)