mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
Merge pull request #21706 from rhatdan/docs27
[CI:DOCS] Fix up example description of podman-start.1.md.in
This commit is contained in:
@ -62,13 +62,25 @@ The default is **true** when attaching, **false** otherwise.
|
|||||||
|
|
||||||
## EXAMPLE
|
## EXAMPLE
|
||||||
|
|
||||||
|
Start specified container:
|
||||||
|
```
|
||||||
podman start mywebserver
|
podman start mywebserver
|
||||||
|
```
|
||||||
|
|
||||||
|
Start multiple containers:
|
||||||
|
```
|
||||||
podman start 860a4b231279 5421ab43b45
|
podman start 860a4b231279 5421ab43b45
|
||||||
|
```
|
||||||
|
|
||||||
|
Start specified container in interactive mode with terminal attached:
|
||||||
|
```
|
||||||
podman start --interactive --attach 860a4b231279
|
podman start --interactive --attach 860a4b231279
|
||||||
|
```
|
||||||
|
|
||||||
|
Start last created container in interactive mode (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines):
|
||||||
|
```
|
||||||
podman start -i -l
|
podman start -i -l
|
||||||
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
**[podman(1)](podman.1.md)**
|
**[podman(1)](podman.1.md)**
|
||||||
|
Reference in New Issue
Block a user