diff options
author | Robert Göhler <github@ghlr.de> | 2024-05-16 14:53:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 14:53:11 +0200 |
commit | 74ab5f92225fd013e1d7165b438c2da52dbf5f42 (patch) | |
tree | eeeed2ea7f1fcfae41a5f67963be66dedc20e0cd /docs | |
parent | 07e746de23326d17b78eb707e5957e02fabfe72d (diff) | |
parent | 580b6bdb0ad8037705c1cbcf52c7b4d3e8fb5a1d (diff) | |
download | vyos-documentation-74ab5f92225fd013e1d7165b438c2da52dbf5f42.tar.gz vyos-documentation-74ab5f92225fd013e1d7165b438c2da52dbf5f42.zip |
Merge pull request #1456 from vyos/mergify/bp/sagitta/pr-1454
Remove accidentally added duplicate (backport #1454)
Diffstat (limited to 'docs')
-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 008405b1..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. |