diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-05-16 14:48:07 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-16 12:52:45 +0000 |
commit | 580b6bdb0ad8037705c1cbcf52c7b4d3e8fb5a1d (patch) | |
tree | c284b0ca74242e17b1c8f8d2f7d90e8a087cd454 | |
parent | 7ce237ce1f3d0b665cc3bb509fd71a7b5b23f2ff (diff) | |
download | vyos-documentation-580b6bdb0ad8037705c1cbcf52c7b4d3e8fb5a1d.tar.gz vyos-documentation-580b6bdb0ad8037705c1cbcf52c7b4d3e8fb5a1d.zip |
Remove accidentally added duplicate
(cherry picked from commit 98275474f08649767c25cdd54b6c0351546911eb)
-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. |