containerd/cmd/ctr/commands/run
Manabu Sugimoto 95b3ab2a4a ctr: Add Linux Capabilities control flags
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>
2021-11-25 14:50:43 +09:00
..
run_unix.go ctr: Add Linux Capabilities control flags 2021-11-25 14:50:43 +09:00
run_windows.go Enable image config labels in ctr and CRI container creation 2021-09-15 15:31:19 -04:00
run.go Output a warning for label image labels instead of erroring 2021-10-14 19:25:48 +01:00