1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update Gentoo docs to reflect the package name change from app-emulation/lxc-docker to app-emulation/docker as discussed in today's #docker-meeting

This commit is contained in:
Tianon Gravi 2013-09-05 13:36:56 -06:00
parent 82dd417ef6
commit d368c2dee9

View file

@ -35,15 +35,15 @@ then invoke the following:
sudo layman -f -a docker sudo layman -f -a docker
Once that completes, the ``app-emulation/lxc-docker`` package will be available Once that completes, the ``app-emulation/docker`` package will be available
for emerge: for emerge:
.. code-block:: bash .. code-block:: bash
sudo emerge -av app-emulation/lxc-docker sudo emerge -av app-emulation/docker
If you prefer to use the official binaries, or just do not wish to compile If you prefer to use the official binaries, or just do not wish to compile
docker, emerge ``app-emulation/lxc-docker-bin`` instead. It is important to docker, emerge ``app-emulation/docker-bin`` instead. It is important to
remember that Gentoo is still an unsupported platform, even when using the remember that Gentoo is still an unsupported platform, even when using the
official binaries. official binaries.
@ -54,7 +54,7 @@ portage tree also contains ``sys-fs/aufs3``, which contains the patches
necessary for adding AUFS support to other kernel source packages (and a necessary for adding AUFS support to other kernel source packages (and a
``kernel-patch`` use flag to perform the patching automatically). ``kernel-patch`` use flag to perform the patching automatically).
Between ``app-emulation/lxc`` and ``app-emulation/lxc-docker``, all the Between ``app-emulation/lxc`` and ``app-emulation/docker``, all the
necessary kernel configuration flags should be checked for and warned about in necessary kernel configuration flags should be checked for and warned about in
the standard manner. the standard manner.