Skip to content

Commit e749349

Browse files
Merge pull request #1473 from docker/londoncalling-patch-2
linked to "service" definition in glossary, edits
2 parents d48cad8 + 27106d3 commit e749349

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

engine/getstarted-voting-app/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ the `docker stack deploy` command
4949

5050
## Services and images overview
5151

52-
A service is a bit of executable code designed to accomplish
52+
A [service](/engine/reference/glossary.md#service) is a bit of executable code designed to accomplish
5353
a specific task. A service can run in one or more
5454
containers. Defining a service configuration for your app
55-
(above and beyond `docker run` commands) enables you to
56-
deploy it to a swarm and manage it as a distributed
55+
(above and beyond `docker run` commands in a Dockerfile) enables you to
56+
deploy the app to a swarm and manage it as a distributed,
5757
multi-container application.
5858

5959
The voting app you are about to deploy is composed

0 commit comments

Comments
 (0)