summaryrefslogtreecommitdiff
path: root/docs/configuration/container/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration/container/index.rst')
-rw-r--r--docs/configuration/container/index.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst
index 8327f169..228754cc 100644
--- a/docs/configuration/container/index.rst
+++ b/docs/configuration/container/index.rst
@@ -124,6 +124,15 @@ Configuration
Volume is either mounted as rw (read-write - default) or ro (read-only)
+.. cfgcmd:: set container name <name> tmpfs <tmpfsname> destination <path>
+
+ Mount a tmpfs *(ramdisk)* filesystem to the given path within the container.
+
+.. cfgcmd:: set container name <name> tmpfs <tmpfsname> size <MB>
+
+ Size in MB for tmpfs filesystem, maximum size is 64GB or 50% of the
+ systems total available memory.
+
.. cfgcmd:: set container name <name> uid <number>
.. cfgcmd:: set container name <name> gid <number>
@@ -273,6 +282,20 @@ Container Registry
set container registry 192.168.1.1:8080 insecure
+Log Configuration
+====================
+
+.. cfgcmd:: set container name <name> log-driver [k8s-file | journald | none]
+
+ Set the default log driver for containers.
+
+ - **k8s-file**: Log to a plain text file in Kubernetes-style format.
+ - **journald**: Log to the system journal
+ - **none**: Disable logging for the container
+
+ Current default is journald.
+
+
******************
Operation Commands
******************