Tagged "Docker"

Heroku

Dynos app containers, all Heroku applications run in a collection of lightweight Linux containers called dynos. Dyno Types are similar to machine flavor in openstack.

Access Host PostgreSQL from Docker Containers

It’s common that service in docker container needs a database, such as PostgreSQL. You can also run database in another docker container and link them together.