components/docker/files/man/docker-network-disconnect.1
changeset 6468 af5d82385cd7
equal deleted inserted replaced
6467:e5632698211d 6468:af5d82385cd7
       
     1 .TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "OCT 2015"  ""
       
     2 
       
     3 
       
     4 .SH NAME
       
     5 .PP
       
     6 docker\-network\-disconnect \- disconnect a container from a network
       
     7 
       
     8 
       
     9 .SH SYNOPSIS
       
    10 .PP
       
    11 \fBdocker network disconnect\fP
       
    12 [\fB\-\-help\fP]
       
    13 [\fB\-\-force\fP]
       
    14 NETWORK CONTAINER
       
    15 
       
    16 
       
    17 .SH DESCRIPTION
       
    18 .PP
       
    19 Disconnects a container from a network.
       
    20 
       
    21 .PP
       
    22 .RS
       
    23 
       
    24 .nf
       
    25   $ docker network disconnect multi\-host\-network container1
       
    26 
       
    27 .fi
       
    28 .RE
       
    29 
       
    30 
       
    31 .SH OPTIONS
       
    32 .PP
       
    33 \fBNETWORK\fP
       
    34   Specify network name
       
    35 
       
    36 .PP
       
    37 \fBCONTAINER\fP
       
    38     Specify container name
       
    39 
       
    40 .PP
       
    41 \fB\-\-force\fP
       
    42   Force the container to disconnect from a network
       
    43 
       
    44 .PP
       
    45 \fB\-\-help\fP
       
    46   Print usage statement
       
    47 
       
    48 
       
    49 .SH HISTORY
       
    50 .PP
       
    51 OCT 2015, created by Mary Anthony 
       
    52 \[la][email protected]\[ra]