kpod_start

Starts one or more containers.

Signed-off-by: baude <bbaude@redhat.com>

Closes: #83
Approved by: rhatdan
This commit is contained in:
baude
2017-11-27 12:40:45 -06:00
committed by Atomic Bot
parent ad255533d4
commit 742475885e
9 changed files with 254 additions and 10 deletions

View File

@ -1334,6 +1334,20 @@ _kpod_ps() {
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_start() {
local options_with_args="
--detach-keys
"
local boolean_options="
-h
--help
-a
--attach
-i
--interactive"
_complete_ "$options_with_args" "$boolean_options"
}
_kpod_stop() {
local options_with_args="
--timeout -t
@ -1450,6 +1464,7 @@ _kpod_kpod() {
rmi
run
save
start
stats
stop
tag