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 2018-11-20 06:54:27 -05:00 committed by Brian Goff
parent 22cd418967
commit a06b5db594
1 changed files with 1 additions and 1 deletions

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"
)