|
|
@ -6,7 +6,7 @@ DEFINE_boolean 'overwrite' false 'Overwrite container if one with same name alre |
|
|
|
DEFINE_boolean 'config' false 'Automatically configure container with deploy options stored in image metadata.' 'c' |
|
|
|
DEFINE_string 'label' 'deployopts' 'Image metadata label from which to get the deploy options.' 'l' |
|
|
|
|
|
|
|
FLAGS_HELP="Usage: $0 [-oc] [-d label] [image] [name] |
|
|
|
FLAGS_HELP="Usage: $(basename $0) [-oc] [-d label] [image] [name] |
|
|
|
|
|
|
|
Creates and starts a container from the specified image, and assigns it the |
|
|
|
specified name. If no image argument is given, uses the current working |
|
|
|