From 152d53e3340687eaabba9bb9126c28dd2015a47f Mon Sep 17 00:00:00 2001 From: Kristiyan Gostev Date: Fri, 1 Sep 2023 14:25:14 +0300 Subject: [PATCH] Revert "[#260] Added the flag to the container configuration. (#261)" This reverts commit 51ebf3cf6766004ddebdc3a910f7571fe126357c. --- web/site/content/docs/references/containers/container-config.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/web/site/content/docs/references/containers/container-config.md b/web/site/content/docs/references/containers/container-config.md index 28e9f87b..1ea413f8 100644 --- a/web/site/content/docs/references/containers/container-config.md +++ b/web/site/content/docs/references/containers/container-config.md @@ -34,7 +34,6 @@ 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 | @@ -119,7 +118,6 @@ Be aware that some combinations may require property removal "network_mode": "bridge", "privileged": false, "extra_hosts": [], - "extra_capabilities": [], "port_mappings": [ { "proto": "tcp",