Skip to content

Commit

Permalink
Merge pull request #1266 from vyos/mergify/bp/sagitta/pr-1261
Browse files Browse the repository at this point in the history
container: T5955: set uid/gid for container (backport #1261)
  • Loading branch information
rebortg authored Feb 2, 2024
2 parents f0a2ea8 + 093d351 commit 5e13cab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/configuration/container/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5e13cab

Please sign in to comment.