From 27106d338c7250914211359c2452c777b174de38 Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Wed, 1 Feb 2017 15:14:21 -0800 Subject: [PATCH] linked to "service" definition in glossary, edits * added a link to the glossary definition for "service" * improved wording on description of what a service is, inline here --- engine/getstarted-voting-app/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/getstarted-voting-app/index.md b/engine/getstarted-voting-app/index.md index 62ca801813..842cf0395b 100644 --- a/engine/getstarted-voting-app/index.md +++ b/engine/getstarted-voting-app/index.md @@ -49,11 +49,11 @@ the `docker stack deploy` command ## Services and images overview -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 a specific task. A service can run in one or more containers. Defining a service configuration for your app -(above and beyond `docker run` commands) enables you to -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, multi-container application. The voting app you are about to deploy is composed