From f1f416499792c113539421719077303ace90afaa Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 2 Oct 2013 16:06:22 -0600 Subject: [PATCH] Remove Gentoo install notes about #1422 workaround Upstream-commit: 5f05cb481760d551dcc3607b3c4dd48897b59cbd Component: engine --- .../docs/sources/installation/gentoolinux.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/components/engine/docs/sources/installation/gentoolinux.rst b/components/engine/docs/sources/installation/gentoolinux.rst index 7cdfd2d9ed..c4f2d220f3 100644 --- a/components/engine/docs/sources/installation/gentoolinux.rst +++ b/components/engine/docs/sources/installation/gentoolinux.rst @@ -96,16 +96,3 @@ Or, to enable it more permanently: .. code-block:: bash echo net.ipv4.ip_forward = 1 | sudo tee /etc/sysctl.d/docker.conf - -fork/exec /usr/sbin/lxc-start: operation not permitted -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Unfortunately, Gentoo suffers from `issue #1422 -`_, meaning that after every -fresh start of docker, the first docker run fails due to some tricky terminal -issues, so be sure to run something trivial (such as ``docker run -i -t busybox -echo hi``) before attempting to run anything important. - -There is a tentative (and very hacky) workaround for this in the OpenRC init -script, and it can be enabled by modifying the appropriate value in -``/etc/conf.d/docker`` after successful installation.