diff --git a/docs/site/vobox_container.md b/docs/site/vobox_container.md
index 57ade2691c3d153e3847d6c8cc14e82a7ff08db6..da20c151f840088b031244e912fbc9b968742ae4 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.