Everything about Docker
Docker as a devtool
Docker can be very helpful in local development.
Primary use cases:
- build linux binaries on MacOS
- work with OpenSource code that has many dependencies.
- work with open source code that only compiles on Linux
- try different databases without ruining your local environment
- create clusters of interconnected services (or database clusters)
- Network isolation