diff options
Diffstat (limited to 'cmd/podman/common/create.go')
| -rw-r--r-- | cmd/podman/common/create.go | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/podman/common/create.go b/cmd/podman/common/create.go index 86cd51643..e79c5c20b 100644 --- a/cmd/podman/common/create.go +++ b/cmd/podman/common/create.go @@ -338,6 +338,11 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet {  		"pod", "",  		"Run container in an existing pod",  	) +	createFlags.StringVar( +		&cf.PodIDFile, +		"pod-id-file", "", +		"Read the pod ID from the file", +	)  	createFlags.BoolVar(  		&cf.Privileged,  		"privileged", false,  | 
