From da7e8e1db47ad11b1728f3b0f2eafd7978a728db Mon Sep 17 00:00:00 2001 From: Maksim Melnik Storetvedt <maksim.melnik.storetvedt@cern.ch> Date: Fri, 18 Dec 2020 12:33:53 +0000 Subject: [PATCH] Update vobox_container.md --- docs/site/vobox_container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/vobox_container.md b/docs/site/vobox_container.md index 57ade26..da20c15 100644 --- a/docs/site/vobox_container.md +++ b/docs/site/vobox_container.md @@ -71,7 +71,7 @@ Create a new MACVLAN bridge with both IPv4 and IPv6 support, named __docknet__, __--ip/ip6__ sets the desired network IPs for the container !!! info - Docker gives containers limited access to the host kernel, which __may prevent some tools from working properly__. + Docker gives containers limited access to the host kernel, which __will prevent some tools from working properly__. A possible workaround is to give the container additional privileges (see [advanced topics](#privileged-mode) for details).<br><br> As opposed to mounting CVMFS from the host, it is also possible to have it installed normally within the container. However, this will only work on a container with full access privileges. @@ -153,5 +153,5 @@ This is known as an _autofs bug_, and can be avoided by disabling autofs on the If you prefer to leave autofs enabled, you can remove the error by accessing a directory within CVMFS on the host (e.g ```/cvmfs/alice.cern.ch```), and then restarting the container. !!! warning - Be aware that this error will likely return on the next reboot. + Be aware that this error will likely return on the next reboot if autofs is left enabled. -- GitLab