Skip to content

Commit

Permalink
Revert "[eclipse-kanto#260] Added the flag to the container configura…
Browse files Browse the repository at this point in the history
…tion. (eclipse-kanto#261)"

This reverts commit 51ebf3c.
  • Loading branch information
k-gostev committed Sep 1, 2023
1 parent f3c61f0 commit 152d53e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 152d53e

Please sign in to comment.