Fix up example description of podman-start.1.md.in

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2024-02-17 13:36:25 -05:00
parent fbb4d5dca6
commit 4b6ca1687a
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028
1 changed files with 12 additions and 0 deletions

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)**