Encapsulates a kind of different Docker workflow. One where your Dockerfiles live in a separate area from your project. Includes a bunch of bash helper functions for common things the containers need to do like wait for other services.
It also provides a little Dockerized testing system using pytest - which I might eventually separate out. I am working more on the testing part these days. And I'm writing a book about some of this.
Docker Envoy
Encapsulates a kind of different Docker workflow. One where your Dockerfiles live in a separate area from your project. Includes a bunch of bash helper functions for common things the containers need to do like wait for other services.
It also provides a little Dockerized testing system using pytest - which I might eventually separate out. I am working more on the testing part these days. And I'm writing a book about some of this.