File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
engine/getstarted-voting-app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ the `docker stack deploy` command
49
49
50
50
## Services and images overview
51
51
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
53
53
a specific task. A service can run in one or more
54
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
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,
57
57
multi-container application.
58
58
59
59
The voting app you are about to deploy is composed
You can’t perform that action at this time.
0 commit comments