@@ -71,7 +71,7 @@ Create a new MACVLAN bridge with both IPv4 and IPv6 support, named __docknet__,
...
@@ -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
__--ip/ip6__ sets the desired network IPs for the container
!!! info
!!! 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>
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.
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.
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
...
@@ -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.
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
!!! 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.