Fixing issues in command ordering. Adding index.md

Adjust bullets
Entering Seb's comments

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: b44ef2b306c56dad16500c3738b0f29ec0f34635
Component: engine
This commit is contained in:
Mary Anthony
2015-10-08 07:20:06 -07:00
parent eb4cfe02ee
commit 92bcbdcb5f
46 changed files with 101 additions and 84 deletions

View File

@ -16,7 +16,7 @@ parent = "smn_cli"
--help=false Print usage
Connects a running container to a network. This enables instant communication with other containers belonging to the same network.
Connects a running container to a network. This enables instant communication with other containers belonging to the same network.
```
$ docker network create -d overlay multi-host-network
@ -27,4 +27,3 @@ Connects a running container to a network. This enables instant communication wi
the container will be connected to the network that is created and managed by the driver (multi-host overlay driver in the above example) or external network plugins.
Multiple containers can be connected to the same network and the containers in the same network will start to communicate with each other. If the driver/plugin supports multi-host connectivity, then the containers connected to the same multi-host network will be able to communicate seamlessly.