Skip to content

Commit 4b6ca16

Browse files
committed
Fix up example description of podman-start.1.md.in
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
1 parent fbb4d5d commit 4b6ca16

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/source/markdown/podman-start.1.md.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,25 @@ The default is **true** when attaching, **false** otherwise.
6262

6363
## EXAMPLE
6464

65+
Start specified container:
66+
```
6567
podman start mywebserver
68+
```
6669

70+
Start multiple containers:
71+
```
6772
podman start 860a4b231279 5421ab43b45
73+
```
6874

75+
Start specified container in interactive mode with terminal attached:
76+
```
6977
podman start --interactive --attach 860a4b231279
78+
```
7079

80+
Start last created container in interactive mode (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines):
81+
```
7182
podman start -i -l
83+
```
7284

7385
## SEE ALSO
7486
**[podman(1)](podman.1.md)**

0 commit comments

Comments
 (0)