From 02739d2a03f6edff1755594b4997635e15a8624f Mon Sep 17 00:00:00 2001 From: Nicolas Vollmar Date: Wed, 15 May 2024 12:56:47 +0200 Subject: Add missing container commands --- docs/configuration/container/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index e5a470bc..1ca7150e 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -27,6 +27,27 @@ Configuration set container name mysql-server image quay.io/mysql:8.0 +.. cfgcmd:: set container name entrypoint + + Override the default entrypoint from the image for a container. + +.. cfgcmd:: set container name command + + Override the default command from the image for a container. + +.. cfgcmd:: set container name arguments + + Set the command arguments for a container. + +.. cfgcmd:: set container name uid +.. cfgcmd:: set container name gid + + Set user ID and/or group ID a container will run as. + +.. cfgcmd:: set container name host-name + + Set the host name for a container. + .. cfgcmd:: set container name allow-host-networks Allow host networking in a container. The network stack of the container is @@ -128,6 +149,10 @@ Configuration - **sys-admin**: Administration operations (quotactl, mount, sethostname, setdomainame) - **sys-time**: Permission to set system clock +.. cfgcmd:: set container name label