We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c4b37e + 663be9d commit 9a8748cCopy full SHA for 9a8748c
config-linux.md
@@ -6,13 +6,13 @@ Additional information is needed for Linux over the [default spec configuration]
6
## Capabilities
7
8
Capabilities is an array that specifies Linux capabilities that can be provided to the process inside the container.
9
-Valid values are the string after `CAP_` for capabilities defined in [the man page](http://man7.org/linux/man-pages/man7/capabilities.7.html).
+Valid values are the strings for capabilities defined in [the man page](http://man7.org/linux/man-pages/man7/capabilities.7.html)
10
11
```json
12
"capabilities": [
13
- "AUDIT_WRITE",
14
- "KILL",
15
- "NET_BIND_SERVICE"
+ "CAP_AUDIT_WRITE",
+ "CAP_KILL",
+ "CAP_NET_BIND_SERVICE"
16
]
17
```
18
0 commit comments