Unverified Commit 7b52bc0b by Christian Brauner Committed by GitHub

Merge pull request #2500 from akosiaris/patch-1

Unprivileged's incompatibility with type=none docs
parents 646b1be9 e4b3e369
...@@ -430,7 +430,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ...@@ -430,7 +430,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
network devices are usable in the container. It also network devices are usable in the container. It also
means that if both the container and host have upstart as means that if both the container and host have upstart as
init, 'halt' in a container (for instance) will shut down the init, 'halt' in a container (for instance) will shut down the
host. host. Note that unprivileged containers do not work with this
setting due to an inability to mount sysfs. An unsafe workaround
would be to bind mount the host's sysfs.
</para> </para>
<para> <para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment