diff options
author | Robert Göhler <github@ghlr.de> | 2024-02-02 20:44:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 20:44:39 +0100 |
commit | 6377714c79bbbdb0f14d42e3df19358a79c0fb5a (patch) | |
tree | ead4ffdd981fbd0ca3927df839a60e1c77c8f211 | |
parent | 38e13fbab0560758baf3d676657254a490890376 (diff) | |
parent | 7ec9d4259de54247dc81d96ef63fc1877fdb94b4 (diff) | |
download | vyos-documentation-6377714c79bbbdb0f14d42e3df19358a79c0fb5a.tar.gz vyos-documentation-6377714c79bbbdb0f14d42e3df19358a79c0fb5a.zip |
Merge pull request #1261 from ishioni/T5955
container: T5955: set uid/gid for container
-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 0487f863..670ca29f 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. |