Docker Compose Isn't Enough
Summary
Docker-compose is a tool for working with Docker containers. It solves very real problems with deploying complex applications. By itself it is not enough to make self-hosting applications simple enough for the mass-market. What we need is something like docker-compose, but at a higher level of abstraction that has a concept of SQL databases, local caches, durable storage, service discovery, and resource management.
What does docker do?
I’m actually going to assume that you’re already fam...
Read more at blog.tealok.tech