Skip to content

Commit 4f9d03c

Browse files
committed
Add Docker Hub images to readme
Signed-off-by: Ben Firshman <[email protected]>
1 parent a745474 commit 4f9d03c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@ Since this app makes use of Compose's experimental networking support, it must b
2323
$ docker-compose --x-networking up -d
2424

2525
The app will be running on port 5000 on your Docker host, and the results will be on port 5001.
26+
27+
Docker Hub images
28+
-----------------
29+
30+
Docker Hub images for services in this app are built automatically from master:
31+
32+
- [docker/example-voting-app-voting-app](https://hub.docker.com/r/docker/example-voting-app-voting-app/)
33+
- [docker/example-voting-app-results-app](https://hub.docker.com/r/docker/example-voting-app-results-app/)
34+
- [docker/example-voting-app-worker](https://hub.docker.com/r/docker/example-voting-app-worker/)

0 commit comments

Comments
 (0)