What is a difference between Docker i Docker compose?
Docker has very rich syntax of its commands. Plenty of parameters, that we can pass, makes it very flexible tool but also a bit complicated. To make it simpler and not require passing a lot of stuff in automation scripts, that builds and runs containers, a kind of wrapper was made (docker compose). It use YAML file to define a list of...