![]() This allows Linux Capabilities to be modified via `ctr`. e.g. ``` $ sudo ./bin/ctr run --cap-add "CAP_SYS_ADMIN" --cap-drop "CAP_NET_RAW" \ --rm docker.io/library/busybox:latest foo cat /proc/self/status | grep Cap CapInh: 00000000a82405fb CapPrm: 00000000a82405fb CapEff: 00000000a82405fb CapBnd: 00000000a82405fb CapAmb: 0000000000000000 ``` Signed-off-by: Manabu Sugimoto <Manabu.Sugimoto@sony.com> |
||
---|---|---|
.. | ||
run_unix.go | ||
run_windows.go | ||
run.go |