diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/container/index.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 39215f98..2f668324 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -40,11 +40,6 @@ Configuration Set the command arguments for a container. -.. cfgcmd:: set container name <name> uid <userid> -.. cfgcmd:: set container name <name> gid <groupid> - - Set user ID and/or group ID a container will run as. - .. cfgcmd:: set container name <name> host-name <hostname> Set the host name for a container. @@ -176,8 +171,8 @@ Container Networks .. cfgcmd:: set container network <name> prefix <ipv4|ipv6> - Define IPv4 or IPv6 prefix for a given network name. Only one IPv4 and - one IPv6 prefix can be used per network name. + Define IPv4 and/or IPv6 prefix for a given network name. + Both IPv4 and IPv6 can be used in parallel. .. cfgcmd:: set container network <name> vrf <nme> |