Docker Compose is a tool for defining and running multi-container Docker applications. It’s based on compose file in YAML format, in which services, networks, and volumes are defined, with relations between them.

Docker for local development
Docker has been in the developers’ world for years, but for many people it is still something remote and enigmatic. In a series of posts, I would like to introduce both theory and practice - you will find out how Docker can help you in your daily work, how to prepare an environment based on Docker and how to use this environment. ...