diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 14:48:07 +0200 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 14:48:07 +0200 |
commit | 98275474f08649767c25cdd54b6c0351546911eb (patch) | |
tree | c9fb10e6d392596332c876e48432109e1b67638c | |
parent | 7973a39fe90997ebe45f0ef50ec8e5e3d02cfa6c (diff) | |
download | vyos-documentation-98275474f08649767c25cdd54b6c0351546911eb.tar.gz vyos-documentation-98275474f08649767c25cdd54b6c0351546911eb.zip |
Remove accidentally added duplicate
-rw-r--r-- | docs/configuration/container/index.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index 39215f98..ddd6a65c 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. |