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
Copy file name to clipboardExpand all lines: engine/getstarted-voting-app/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The voting app you are about to deploy is composed of several services:
50
50
| ------------- |--------------| -----|
51
51
|`vote`| Presents the voting interface via port `5000`. Viewable at `<manager-IP>:5000`| Based on a Python image, `dockersamples/examplevotingapp_vote`|
52
52
|`result`| Displays the voting results via port 5001. Viewable at `<manager-IP>:5001`| Based on a Node.js image, `dockersamples/examplevotingapp_result`|
53
-
|`visualizer`| A web app that shows a map of the deployment of the various services across the available nodes via port `8080`. Viewable at `<manager-IP>:8080`| Based on a .NET image, `dockersamples/examplevotingapp_worker`|
53
+
|`visualizer`| A web app that shows a map of the deployment of the various services across the available nodes via port `8080`. Viewable at `<manager-IP>:8080`| Based on a Node.js image, `dockersamples/visualizer`|
54
54
|`redis`| Collects raw voting data and stores it in a key/value queue | Based on a `redis` image, `redis:alpine`|
55
55
|`db`| A PostgreSQL service which provides permanent storage on a host volume | Based on a `postgres` image, `postgres:9.4`|
56
56
|`worker`| A background service that transfers votes from the queue to permanent storage | Based on a .NET image, `dockersamples/examplevotingapp_worker`|
0 commit comments