From 51ebf3cf6766004ddebdc3a910f7571fe126357c Mon Sep 17 00:00:00 2001 From: Daniel Milchev Date: Fri, 1 Sep 2023 07:35:54 +0100 Subject: [PATCH] [#260] Added the flag to the container configuration. (#261) [#260] Add capability the flag to the container configuration. ------------- Signed-off-by: Daniel Milchev fixed-term.daniel.milchev@bosch.io --- web/site/content/docs/references/containers/container-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/site/content/docs/references/containers/container-config.md b/web/site/content/docs/references/containers/container-config.md index 1ea413f8..28e9f87b 100644 --- a/web/site/content/docs/references/containers/container-config.md +++ b/web/site/content/docs/references/containers/container-config.md @@ -34,6 +34,7 @@ To control all aspects of the container instance behavior. | path_in_container | string | | Path to the device in the container | | cgroup_permissions | string | rwm | Cgroup permissions for the device access, possible options are: r(read), w(write), m(mknod) and all combinations are possible | | privileged | bool | false | Grant root capabilities to all devices on the host system | +| extra_capabilities | string[] | | Add additional Linux capabilities to the container | | **Host resources - mount points** | | | | | source | string | | Path to the file or directory on the host that is referred from within the container | | destination | string | | Path to the file or directory that is mounted inside the container | @@ -118,6 +119,7 @@ Be aware that some combinations may require property removal "network_mode": "bridge", "privileged": false, "extra_hosts": [], + "extra_capabilities": [], "port_mappings": [ { "proto": "tcp",