Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3

Add 3rd chunk of Cobra examples
This commit is contained in:
OpenShift Merge Robot
2019-02-17 22:44:04 +01:00
committed by GitHub
12 changed files with 34 additions and 15 deletions

View File

@ -42,9 +42,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