diff options
author | Piotr Maksymiuk <piotr.maksymiuk@movishell.pl> | 2024-02-02 10:41:51 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-02-02 19:45:24 +0000 |
commit | 093d35107e5743d95bdfabde1f1fe587293ce10e (patch) | |
tree | 89d9a0e6fa70a0a060983eedb5de02ddc96d1892 /docs/configuration | |
parent | 95518d579e4713e4ab5479c09ea059551c42608b (diff) | |
download | vyos-documentation-093d35107e5743d95bdfabde1f1fe587293ce10e.tar.gz vyos-documentation-093d35107e5743d95bdfabde1f1fe587293ce10e.zip |
container: T5955: set uid/gid for container
(cherry picked from commit 7ec9d4259de54247dc81d96ef63fc1877fdb94b4)
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. |