About
With this release, we completely switched from using the installed docker executables (docker
and docker-compose
) to communicating with the Docker API (via the Go client SDK).
For reference, check out PR #12 .
The functionality is the same as before ✔️
New Features
- Spin up worker nodes using the
--workers X
flag - Global
--verbose
flag to get some more output
Enhancements
- Use the docker API instead of executables
- store state in docker API (labels) instead of relying on directory names
- create docker network for communication with worker nodes
- better log messages and prints
- lots more