Add cap-add and cap-drop to build man page

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #968
Approved by: mheon
This commit is contained in:
TomSweeneyRedHat
2018-06-19 10:03:34 -04:00
committed by Atomic Bot
parent 82a948c04e
commit 89af35175d
19 changed files with 968 additions and 662 deletions

View File

@@ -185,7 +185,15 @@ var (
FromAndBudFlags = append(append([]cli.Flag{
cli.StringSliceFlag{
Name: "add-host",
Usage: "add a custom host-to-IP mapping (host:ip) (default [])",
Usage: "add a custom host-to-IP mapping (`host:ip`) (default [])",
},
cli.StringSliceFlag{
Name: "cap-add",
Usage: "add the specified capability when running (default [])",
},
cli.StringSliceFlag{
Name: "cap-drop",
Usage: "drop the specified capability when running (default [])",
},
cli.StringFlag{
Name: "cgroup-parent",