mirror of https://github.com/docker/docs.git
More improvements
This commit is contained in:
parent
2fc29a2829
commit
bece1296f6
|
@ -12,9 +12,11 @@ Compose](/compose/install/) if you have not already done so.
|
|||
|
||||
The samples should help you to:
|
||||
|
||||
- define services based on Docker images in [Compose files](/compose/compose-file.md) `docker-compose.yml` and
|
||||
`docker-stack.yml`
|
||||
- understand the relationship between `docker-compose.yml` and [Dockerfiles](/engine/reference/builder.md)
|
||||
- define services based on Docker images using
|
||||
[Compose files](/compose/compose-file.md) `docker-compose.yml` and
|
||||
`docker-stack.yml` files
|
||||
- understand the relationship between `docker-compose.yml` and
|
||||
[Dockerfiles](/engine/reference/builder.md)
|
||||
- learn how to make calls to your application services from Compose files
|
||||
- learn how to deploy applications and services to a [swarm](/engine/swarm.md)
|
||||
|
||||
|
|
|
@ -104,7 +104,7 @@ See [Available driver
|
|||
plugins](https://github.com/docker/docker.github.io/blob/master/machine/AVAILABLE_DRIVER_PLUGINS.md){:
|
||||
target="_blank" class="_"}.
|
||||
|
||||
## Adding a host without a driver
|
||||
## Add a host without a driver
|
||||
|
||||
You can register an already existing docker host by passing the daemon url. With that, you can have the same workflow as on a host provisioned by docker-machine.
|
||||
|
||||
|
@ -113,7 +113,7 @@ You can register an already existing docker host by passing the daemon url. With
|
|||
NAME ACTIVE DRIVER STATE URL
|
||||
custombox * none Running tcp://50.134.234.20:2376
|
||||
|
||||
## Using Machine to provision Docker Swarm clusters
|
||||
## Use Machine to provision Docker Swarm clusters
|
||||
|
||||
> Swarm mode supercedes Docker Machine provisioning of swarm clusters
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue