components/docker/files/man/docker-network-disconnect.1
changeset 6468 af5d82385cd7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/docker/files/man/docker-network-disconnect.1	Wed Jul 20 17:19:20 2016 -0700
@@ -0,0 +1,52 @@
+.TH "DOCKER" "1" " Docker User Manuals" "Docker Community" "OCT 2015"  ""
+
+
+.SH NAME
+.PP
+docker\-network\-disconnect \- disconnect a container from a network
+
+
+.SH SYNOPSIS
+.PP
+\fBdocker network disconnect\fP
+[\fB\-\-help\fP]
+[\fB\-\-force\fP]
+NETWORK CONTAINER
+
+
+.SH DESCRIPTION
+.PP
+Disconnects a container from a network.
+
+.PP
+.RS
+
+.nf
+  $ docker network disconnect multi\-host\-network container1
+
+.fi
+.RE
+
+
+.SH OPTIONS
+.PP
+\fBNETWORK\fP
+  Specify network name
+
+.PP
+\fBCONTAINER\fP
+    Specify container name
+
+.PP
+\fB\-\-force\fP
+  Force the container to disconnect from a network
+
+.PP
+\fB\-\-help\fP
+  Print usage statement
+
+
+.SH HISTORY
+.PP
+OCT 2015, created by Mary Anthony 
+\[la][email protected]\[ra]