Link Docker containers

Lets improve previous example! This time we will use a TODOs REST API developed with Anyblok and Anyblok pyramid.

This service allow to create / delete / update / get TODOs stored in a database.

link containers example

As you could see in this exercise we linked the postgres Docker container with the todo service Docker container, then docker automatically set /etc/hosts for you.