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.
guoqiao's personal website
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.
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.