We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48cad8 + 27106d3 commit e749349Copy full SHA for e749349
engine/getstarted-voting-app/index.md
@@ -49,11 +49,11 @@ the `docker stack deploy` command
49
50
## Services and images overview
51
52
-A service is a bit of executable code designed to accomplish
+A [service](/engine/reference/glossary.md#service) is a bit of executable code designed to accomplish
53
a specific task. A service can run in one or more
54
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
+(above and beyond `docker run` commands in a Dockerfile) enables you to
+deploy the app to a swarm and manage it as a distributed,
57
multi-container application.
58
59
The voting app you are about to deploy is composed
0 commit comments