Skip to content

Commit

Permalink
Merge pull request docker-archive#55 from ManoMarks/master
Browse files Browse the repository at this point in the history
fixing the description of the app to say that only two of the images …
  • Loading branch information
Mano Marks committed Mar 18, 2016
2 parents 39b621c + 9ec9ced commit dd7c0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ This Compose file defines
- A Java based worker app based on a Java image
- A Postgres container based on a postgres image

Note that three of the containers are build from Dockerfiles, while the other two are images on Docker Hub. To learn more about how they're built, you can examine each of the Dockerfiles in the three directories: `voting-app`, `result-app`, `worker`.
Note that two of the containers are build from Dockerfiles, while the other three are images on Docker Hub. To learn more about how they're built, you can examine each of the Dockerfiles in the two directories: `voting-app`, `result-app`. We included the code for the Java worker in `worker` but pre-built the image to save on downloads.

The Compose file also defines two networks, front-tier and back-tier. Each container is placed on one or two networks. Once on those networks, they can access other services on that network in code just by using the name of the service. To learn more about networking check out the [Networking with Compose documentation](https://docs.docker.com/compose/networking/).

Expand Down

0 comments on commit dd7c0c0

Please sign in to comment.