diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-17 22:44:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 22:44:04 +0100 |
commit | 3f32eae56fed23e93c45d7da53da33702e954a26 (patch) | |
tree | cf3b89fca4fbbe365f2ebca71ed26980c5307523 /docs | |
parent | 6aaf8d39a9a26510e40fd54399e97fe177afadde (diff) | |
parent | b62c0e703d70439c677205fb423e81491e8d1cf9 (diff) | |
download | podman-3f32eae56fed23e93c45d7da53da33702e954a26.tar.gz podman-3f32eae56fed23e93c45d7da53da33702e954a26.tar.bz2 podman-3f32eae56fed23e93c45d7da53da33702e954a26.zip |
Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3
Add 3rd chunk of Cobra examples
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-start.1.md | 4 | ||||
-rw-r--r-- | docs/podman-stop.1.md | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/podman-start.1.md b/docs/podman-start.1.md index 8316fe83d..786936721 100644 --- a/docs/podman-start.1.md +++ b/docs/podman-start.1.md @@ -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 diff --git a/docs/podman-stop.1.md b/docs/podman-stop.1.md index 813f0ef9e..e36265d5e 100644 --- a/docs/podman-stop.1.md +++ b/docs/podman-stop.1.md @@ -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 |