1podman-network-disconnect(1)() podman-network-disconnect(1)()
2
3
4
6 podman-network-disconnect - Disconnect a container from a network
7
8
10 podman network disconnect [options] network container
11
12
14 Disconnects a container from a network. A container can be disconnected
15 from a network by name or by ID. If all networks are disconnected from
16 the container, it will behave like a container created with --net‐
17 work=none and it will longer have network connectivity until a network
18 is connected again.
19
20
22 --force, -f
23 Force the container to disconnect from a network
24
25
27 Disconnect a container named web from a network called test.
28
29
30 podman network disconnect test web
31
32
33
35 podman(1), podman-network(1), podman-network-connect(1)
36
37
39 November 2020, Originally compiled by Brent Baude bbaude@redhat.com
40 ⟨mailto:bbaude@redhat.com⟩
41
42
43
44 podman-network-disconnect(1)()