mirror of https://github.com/containers/podman.git
Removed the 'Deleted: ' prefix from each example
Signed-off-by: shu-kitamura <shusei3316@yahoo.co.jp>
This commit is contained in:
parent
15d8b5b2fb
commit
4ec7d35cbb
|
@ -24,19 +24,19 @@ Seconds to wait before forcibly stopping the running containers that are using t
|
||||||
Delete specified network:
|
Delete specified network:
|
||||||
```
|
```
|
||||||
# podman network rm podman9
|
# podman network rm podman9
|
||||||
Deleted: podman9
|
podman9
|
||||||
```
|
```
|
||||||
|
|
||||||
Delete specified network and all containers associated with the network:
|
Delete specified network and all containers associated with the network:
|
||||||
```
|
```
|
||||||
# podman network rm -f fred
|
# podman network rm -f fred
|
||||||
Deleted: fred
|
fred
|
||||||
```
|
```
|
||||||
|
|
||||||
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
|
Delete specified network and all containers associated with the network after waiting up to 15 seconds:
|
||||||
```
|
```
|
||||||
# podman network rm --force --time 15 fred
|
# podman network rm --force --time 15 fred
|
||||||
Deleted: fred
|
fred
|
||||||
```
|
```
|
||||||
|
|
||||||
## Exit Status
|
## Exit Status
|
||||||
|
|
Loading…
Reference in New Issue