mirror of
https://github.com/containers/podman.git
synced 2025-07-31 12:22:29 +08:00
Add 3rd chunk of Cobra examples
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Adds the third chunk of Cobra examples to the cli help. As were putting together a release tomorrow, tried to hit the heavy commands with this PR. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
@ -41,9 +41,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