Merge pull request #21706 from rhatdan/docs27

[CI:DOCS]  Fix up example description of podman-start.1.md.in
This commit is contained in:
openshift-merge-bot[bot]
2024-02-18 17:43:20 +00:00
committed by GitHub

View File

@ -62,13 +62,25 @@ The default is **true** when attaching, **false** otherwise.
## EXAMPLE
Start specified container:
```
podman start mywebserver
```
Start multiple containers:
```
podman start 860a4b231279 5421ab43b45
```
Start specified container in interactive mode with terminal attached:
```
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
```
## SEE ALSO
**[podman(1)](podman.1.md)**