mirror of https://github.com/docker/cli.git
Update cli/command/container/create.go
Co-Authored-By: Zanadar <zmackie@gmail.com> Signed-off-by: Zander Mackie <zmackie@gmail.com>
This commit is contained in:
parent
22cd418967
commit
a06b5db594
|
@ -25,7 +25,7 @@ import (
|
||||||
// Pull constants
|
// Pull constants
|
||||||
const (
|
const (
|
||||||
PullImageAlways = "always"
|
PullImageAlways = "always"
|
||||||
PullImageMissing = "missing" // Default (matches previous bahevior)
|
PullImageMissing = "missing" // Default (matches previous behavior)
|
||||||
PullImageNever = "never"
|
PullImageNever = "never"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue