Add 3rd chunk of Cobra examples

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Adds the third chunk of Cobra examples to the cli help.
As were putting together a release tomorrow, tried to
hit the heavy commands with this PR.

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
TomSweeneyRedHat
2019-02-17 11:14:10 -05:00
parent a99f4924d9
commit b62c0e703d
12 changed files with 34 additions and 15 deletions

View File

@ -41,9 +41,9 @@ Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and
podman start mywebserver
podman start 860a4b23 5421ab4
podman start 860a4b231279 5421ab43b45
podman start -i -a 860a4b23
podman start --interactive --attach 860a4b231279
podman start -i -l

View File

@ -32,11 +32,11 @@ Timeout to wait before forcibly stopping the container
podman stop mywebserver
podman stop 860a4b23
podman stop 860a4b235279
podman stop mywebserver 860a4b23
podman stop mywebserver 860a4b235279
podman stop --timeout 2 860a4b23
podman stop --timeout 2 860a4b235279
podman stop -a