GitBook: [master] one page modified

This commit is contained in:
CPol 2021-03-10 17:43:53 +00:00 committed by gitbook-bot
parent 72e8aa8b23
commit 638a7817cb
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -34,6 +34,10 @@ mkdir rootfs
runc run demo
```
{% hint style="danger" %}
This won't always work as the default operation of runc is to run as root, so running it as an unprivileged user simply cannot work \(unless you have a rootless configuration\). Making a rootless configuration the default isn't generally a good idea because there are quite a few restrictions inside rootless containers that don't apply outside rootless containers.
{% endhint %}