mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Updating on supported restart policy
Signed-off-by: IceCodeNew <32576256+IceCodeNew@users.noreply.github.com>
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user