summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-02-02 20:44:39 +0100
committerGitHub <noreply@github.com>2024-02-02 20:44:39 +0100
commit6377714c79bbbdb0f14d42e3df19358a79c0fb5a (patch)
treeead4ffdd981fbd0ca3927df839a60e1c77c8f211
parent38e13fbab0560758baf3d676657254a490890376 (diff)
parent7ec9d4259de54247dc81d96ef63fc1877fdb94b4 (diff)
downloadvyos-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.rst5
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.