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/podman-start.1.md | |
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/podman-start.1.md')
-rw-r--r-- | docs/podman-start.1.md | 4 |
1 files changed, 2 insertions, 2 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 |