Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffcef39

Browse files
achmiraljohndmulhausen
authored andcommitted
Update base image description (docker#1225)
* Update base image description Update base image description on the table of Anatomy of the voting app section, on visualizer row. * Correct caps
1 parent d8ff7a6 commit ffcef39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/getstarted-voting-app/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The voting app you are about to deploy is composed of several services:
5050
| ------------- |--------------| -----|
5151
| `vote` | Presents the voting interface via port `5000`. Viewable at `<manager-IP>:5000` | Based on a Python image, `dockersamples/examplevotingapp_vote` |
5252
| `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` |
5454
| `redis` | Collects raw voting data and stores it in a key/value queue | Based on a `redis` image, `redis:alpine` |
5555
| `db` | A PostgreSQL service which provides permanent storage on a host volume | Based on a `postgres` image, `postgres:9.4` |
5656
| `worker` | A background service that transfers votes from the queue to permanent storage | Based on a .NET image, `dockersamples/examplevotingapp_worker` |

0 commit comments

Comments
 (0)