1podman-network-rm(1)() podman-network-rm(1)()
2
3
4
6 podman-network-rm - Remove one or more CNI networks
7
8
10 podman network rm [network...]
11
12
14 Delete one or more Podman networks.
15
16
18 --force, -f
19
20
21 The force option will remove all containers that use the named network.
22 If the container is running, the container will be stopped and removed.
23
24
26 Delete the cni-podman9 network
27
28
29 # podman network rm cni-podman9
30 Deleted: cni-podman9
31
32
33
34 Delete the fred network and all containers associated with the network.
35
36
37 # podman network rm -f fred
38 Deleted: fred
39
40
41
43 podman(1), podman-network(1), podman-network-inspect(1)
44
45
47 August 2019, Originally compiled by Brent Baude bbaude@redhat.com
48 ⟨mailto:bbaude@redhat.com⟩
49
50
51
52 podman-network-rm(1)()