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