mirror of https://github.com/containers/podman.git
Merge pull request #7788 from IceCodeNew/patch-1
Updating on supported restart policy
This commit is contained in:
commit
2ee415be90
|
@ -389,7 +389,7 @@ func GetCreateFlags(cf *ContainerCLIOpts) *pflag.FlagSet {
|
|||
createFlags.StringVar(
|
||||
&cf.Restart,
|
||||
"restart", "",
|
||||
`Restart policy to apply when a container exits ("always"|"no"|"on-failure")`,
|
||||
`Restart policy to apply when a container exits ("always"|"no"|"on-failure"|"unless-stopped")`,
|
||||
)
|
||||
createFlags.BoolVar(
|
||||
&cf.Rm,
|
||||
|
|
Loading…
Reference in New Issue