You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,6 +23,7 @@ Go back to `docker-stack.yml` and replace the `before` tags on both the `vote` a
23
23
24
24

25
25
26
+
26
27
## Redeploy
27
28
28
29
Run the same deploy command again to run the app with the new configuration.
@@ -68,20 +69,26 @@ did not change.
68
69
69
70
## Resources
70
71
71
-
The source code for the voting app and a deeper dive example walkthrough will be made available at [Docker Labs](https://github.com/docker/labs).
72
-
73
-
The lab walkthrough provides more technical detail on deployment configuration, Compose file keys, the application and stack and services concepts, and networking.
74
-
75
-
The images you used are available on Docker Hub. When you ran `docker-stack.yml` you pulled those images from Docker Hub.
76
-
77
-
For information on how to build your own images, see:
72
+
* A deeper dive voting app walkthrough is available on
73
+
[Docker Labs](https://github.com/docker/labs/) as [Deploying an app to a Swarm]
The lab walkthrough provides more technical detail on deployment configuration,
76
+
Compose file keys, the application, stack and services concepts, and
77
+
networking.
78
78
79
-
*[Build your own image](/engine/getstarted/step_four.md) in the [Get Started with Docker tutorial](/engine/getstarted/index.md)
79
+
*[Source code for the Voting App](https://github.com/docker/example-voting-app) (to go along with the lab walkthrough) is also available on Docker Labs.
80
80
81
-
*[Build your own images](/engine/tutorials/dockerimages.md) in the [Learn by example](/engine/tutorials/index.md) tutorials
81
+
*The images you used are available on [Docker Hub](https://hub.docker.com/). When you ran `docker-stack.yml` you pulled those images from Docker Hub.
82
82
83
-
*[Docker Labs](https://github.com/docker/labs)
83
+
* To learn how to build your own images, see
84
+
[Build your own image](/engine/getstarted/step_four.md) in Get Started with
85
+
Docker and topics on images in [Learn by example](/engine/tutorials/index.md).
84
86
85
-
For more about `docker-stack.yml` and the `docker stack deploy` command, see [deploy](/compose/compose-file.md#deploy) in the [Compose file reference](/compose/compose-file.md).
87
+
* For more about `docker-stack.yml` and the `docker stack deploy` command,
88
+
see [deploy](/compose/compose-file.md#deploy) in the [Compose file
89
+
reference](/compose/compose-file.md) and [`docker stack
90
+
deploy`](/engine/reference/commandline/stack_deploy.md) in the Docker Engine
91
+
command line reference.
86
92
87
-
To learn more about swarm mode, start with the [Swarm mode overview](/engine/swarm/overview.md).
0 commit comments