diff options
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 |