mirror of
https://github.com/containers/podman.git
synced 2025-08-02 01:09:21 +08:00
Merge pull request #2357 from TomSweeneyRedHat/dev/tsweeney/cobrahelp3
Add 3rd chunk of Cobra examples
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user