aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-network-disconnect.1.md
blob: ed5a5637ae022cf77efec514840a8ec292b257dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% podman-network-disconnect(1)

## NAME
podman\-network\-disconnect - Disconnect a container from a network

## SYNOPSIS
**podman network disconnect** [*options*] network container

## DESCRIPTION
Disconnects a container from a network.

This command is not available for rootless users.

## OPTIONS
#### **\-\-force**, **-f**

Force the container to disconnect from a network

## EXAMPLE
Disconnect a container named *web* from a network called *test*.

```
podman network disconnect test web
```


## SEE ALSO
podman(1), podman-network(1), podman-network-connect(1)

## HISTORY
November 2020, Originally compiled by Brent Baude <bbaude@redhat.com>