Explorar o código

Add Docker Hub images to readme

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
Ben Firshman %!s(int64=10) %!d(string=hai) anos
pai
achega
4f9d03c3cc
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -23,3 +23,12 @@ Since this app makes use of Compose's experimental networking support, it must b
     $ docker-compose --x-networking up -d
     $ docker-compose --x-networking up -d
 
 
 The app will be running on port 5000 on your Docker host, and the results will be on port 5001.
 The app will be running on port 5000 on your Docker host, and the results will be on port 5001.
+
+Docker Hub images
+-----------------
+
+Docker Hub images for services in this app are built automatically from master:
+
+ - [docker/example-voting-app-voting-app](https://hub.docker.com/r/docker/example-voting-app-voting-app/)
+ - [docker/example-voting-app-results-app](https://hub.docker.com/r/docker/example-voting-app-results-app/)
+ - [docker/example-voting-app-worker](https://hub.docker.com/r/docker/example-voting-app-worker/)