Removed the 'Deleted: ' prefix from each example

Signed-off-by: shu-kitamura <shusei3316@yahoo.co.jp>
This commit is contained in:
shu-kitamura 2025-06-17 19:00:44 +09:00
parent 15d8b5b2fb
commit 4ec7d35cbb
1 changed files with 3 additions and 3 deletions

View File

@ -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