diff --git a/compose/samples-for-compose.md b/compose/samples-for-compose.md index 73ffc5abd0..7ca71ad80e 100644 --- a/compose/samples-for-compose.md +++ b/compose/samples-for-compose.md @@ -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) diff --git a/machine/get-started-cloud.md b/machine/get-started-cloud.md index 7e1be52461..a088fef06f 100644 --- a/machine/get-started-cloud.md +++ b/machine/get-started-cloud.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 >