diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-02 20:46:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 20:46:18 +0100 |
commit | 5e13cabcbc56209ee3fa4a9bcd95410498c81178 (patch) | |
tree | 1d81c039302c73535f351348303f1d6cce9821cd /docs/configuration | |
parent | f0a2ea8f8d4cdebb4f2fc9d7a824b434c90b00da (diff) | |
parent | 093d35107e5743d95bdfabde1f1fe587293ce10e (diff) | |
download | vyos-documentation-5e13cabcbc56209ee3fa4a9bcd95410498c81178.tar.gz vyos-documentation-5e13cabcbc56209ee3fa4a9bcd95410498c81178.zip |
Merge pull request #1266 from vyos/mergify/bp/sagitta/pr-1261
container: T5955: set uid/gid for container (backport #1261)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/container/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index c23a6184..a19cd9db 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -93,6 +93,11 @@ Configuration Volume is either mounted as rw (read-write - default) or ro (read-only) +.. cfgcmd:: set container name <name> uid <number> +.. cfgcmd:: set container name <name> gid <number> + + Set the User ID or Group ID of the container + .. cfgcmd:: set container name <name> restart [no | on-failure | always] Set the restart behavior of the container. |