From cab30800ec76d2909e00a7ac5dee323a4e73f105 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 5 Sep 2013 13:36:56 -0600 Subject: [PATCH] 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 Upstream-commit: d368c2dee99b35830392938a783137f344e5b89a Component: engine --- .../engine/docs/sources/installation/gentoolinux.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/engine/docs/sources/installation/gentoolinux.rst b/components/engine/docs/sources/installation/gentoolinux.rst index 5749b6dc0b..6e41e049d1 100644 --- a/components/engine/docs/sources/installation/gentoolinux.rst +++ b/components/engine/docs/sources/installation/gentoolinux.rst @@ -35,15 +35,15 @@ then invoke the following: 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: .. 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 -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 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 ``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 the standard manner.