github.com/containers/podman/v2@v2.2.2-0.20210501105131-c1e07d070c4c/docs/source/markdown/podman-network-disconnect.1.md (about) 1 % podman-network-disconnect(1) 2 3 ## NAME 4 podman\-network\-disconnect - Disconnect a container from a network 5 6 ## SYNOPSIS 7 **podman network disconnect** [*options*] network container 8 9 ## DESCRIPTION 10 Disconnects a container from a network. 11 12 This command is not available for rootless users. 13 14 ## OPTIONS 15 #### **--force**, **-f** 16 17 Force the container to disconnect from a network 18 19 ## EXAMPLE 20 Disconnect a container named *web* from a network called *test*. 21 22 ``` 23 podman network disconnect test web 24 ``` 25 26 27 ## SEE ALSO 28 podman(1), podman-network(1), podman-network-connect(1) 29 30 ## HISTORY 31 November 2020, Originally compiled by Brent Baude <bbaude@redhat.com>