Update README for the CAP prefix change

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel
2015-09-09 19:26:26 -04:00
parent 859abee0c8
commit ec37110957
2 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -141,9 +141,9 @@ user with uid and gid of `0` defined within that file-system.
],
"linux": {
"capabilities": [
"AUDIT_WRITE",
"KILL",
"NET_BIND_SERVICE"
"CAP_AUDIT_WRITE",
"CAP_KILL",
"CAP_NET_BIND_SERVICE"
],
"rootfsPropagation": ""
}