mirror of
https://github.com/containers/podman.git
synced 2025-12-06 21:57:50 +08:00
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:
committed by
Atomic Bot
parent
82a948c04e
commit
89af35175d
10
vendor/github.com/projectatomic/buildah/pkg/cli/common.go
generated
vendored
10
vendor/github.com/projectatomic/buildah/pkg/cli/common.go
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user