Skip to content

Commit 20d5b78

Browse files
Merge pull request #26442 from shu-kitamura/example_network-rm-time
docs: add an example to podman-network-rm man page
2 parents 474740f + 4ec7d35 commit 20d5b78

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/source/markdown/podman-network-rm.1.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,19 @@ Seconds to wait before forcibly stopping the running containers that are using t
2424
Delete specified network:
2525
```
2626
# podman network rm podman9
27-
Deleted: podman9
27+
podman9
2828
```
2929

3030
Delete specified network and all containers associated with the network:
3131
```
3232
# podman network rm -f fred
33-
Deleted: fred
33+
fred
34+
```
35+
36+
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
37+
```
38+
# podman network rm --force --time 15 fred
39+
fred
3440
```
3541

3642
## Exit Status

0 commit comments

Comments
 (0)