From ffcef3969b01768a68f6670d5e9cd36aa91275a2 Mon Sep 17 00:00:00 2001 From: Miral Achmed Date: Sat, 21 Jan 2017 03:07:27 +0700 Subject: [PATCH] Update base image description (#1225) * Update base image description Update base image description on the table of Anatomy of the voting app section, on visualizer row. * Correct caps --- engine/getstarted-voting-app/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted-voting-app/index.md b/engine/getstarted-voting-app/index.md index d8f0b9e3c6..b9bc46ecbd 100644 --- a/engine/getstarted-voting-app/index.md +++ b/engine/getstarted-voting-app/index.md @@ -50,7 +50,7 @@ The voting app you are about to deploy is composed of several services: | ------------- |--------------| -----| | `vote` | Presents the voting interface via port `5000`. Viewable at `:5000` | Based on a Python image, `dockersamples/examplevotingapp_vote` | | `result` | Displays the voting results via port 5001. Viewable at `:5001` | Based on a Node.js image, `dockersamples/examplevotingapp_result` | -| `visualizer` | A web app that shows a map of the deployment of the various services across the available nodes via port `8080`. Viewable at `:8080` | Based on a .NET image, `dockersamples/examplevotingapp_worker` | +| `visualizer` | A web app that shows a map of the deployment of the various services across the available nodes via port `8080`. Viewable at `:8080` | Based on a Node.js image, `dockersamples/visualizer` | | `redis` | Collects raw voting data and stores it in a key/value queue | Based on a `redis` image, `redis:alpine` | | `db` | A PostgreSQL service which provides permanent storage on a host volume | Based on a `postgres` image, `postgres:9.4` | | `worker` | A background service that transfers votes from the queue to permanent storage | Based on a .NET image, `dockersamples/examplevotingapp_worker` |