Merge pull request #1261 from ishioni/T5955

container: T5955: set uid/gid for container
This commit is contained in:
Robert Göhler 2024-02-02 20:44:39 +01:00 committed by GitHub
commit 6377714c79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.