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:
Ravi Shekhar Jethani
2019-05-06 14:16:26 -07:00
committed by Brian Goff
co-authored by Zanadar
parent 22cd418967
commit a06b5db594
+1 -1
View File
@@ -25,7 +25,7 @@ import (
// Pull constants
const (
PullImageAlways = "always"
PullImageMissing = "missing" // Default (matches previous bahevior)
PullImageMissing = "missing" // Default (matches previous behavior)
PullImageNever = "never"
)