Skip to content

Commit bece129

Browse files
Misty Stanley-JonesMisty Stanley-Jones
Misty Stanley-Jones
authored and
Misty Stanley-Jones
committed
More improvements
1 parent 2fc29a2 commit bece129

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

compose/samples-for-compose.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ Compose](/compose/install/) if you have not already done so.
1212

1313
The samples should help you to:
1414

15-
- define services based on Docker images in [Compose files](/compose/compose-file.md) `docker-compose.yml` and
16-
`docker-stack.yml`
17-
- understand the relationship between `docker-compose.yml` and [Dockerfiles](/engine/reference/builder.md)
15+
- define services based on Docker images using
16+
[Compose files](/compose/compose-file.md) `docker-compose.yml` and
17+
`docker-stack.yml` files
18+
- understand the relationship between `docker-compose.yml` and
19+
[Dockerfiles](/engine/reference/builder.md)
1820
- learn how to make calls to your application services from Compose files
1921
- learn how to deploy applications and services to a [swarm](/engine/swarm.md)
2022

machine/get-started-cloud.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ See [Available driver
104104
plugins](https://github.com/docker/docker.github.io/blob/master/machine/AVAILABLE_DRIVER_PLUGINS.md){:
105105
target="_blank" class="_"}.
106106

107-
## Adding a host without a driver
107+
## Add a host without a driver
108108

109109
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.
110110

@@ -113,7 +113,7 @@ You can register an already existing docker host by passing the daemon url. With
113113
NAME ACTIVE DRIVER STATE URL
114114
custombox * none Running tcp://50.134.234.20:2376
115115

116-
## Using Machine to provision Docker Swarm clusters
116+
## Use Machine to provision Docker Swarm clusters
117117

118118
> Swarm mode supercedes Docker Machine provisioning of swarm clusters
119119
>

0 commit comments

Comments
 (0)