container: T4947: support mounting container volumes as ro or rw

This commit is contained in:
Christian Breunig 2023-01-21 14:14:16 +01:00 committed by GitHub
parent 9ef754ca58
commit c090fa22b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,10 @@ Configuration
set container name coredns volume 'corefile' source /config/coredns/Corefile
set container name coredns volume 'corefile' destination /etc/Corefile
.. cfgcmd:: set container name <name> volume <volumename> mode <ro | rw>
Volume is either mounted as rw (read-write - default) or ro (read-only)
.. cfgcmd:: set container name <name> restart [no | on-failure | always]
Set the restart behavior of the container.