Compox - Auto start Docker containers before running your tests

Hi guys!

I created a new project to automate the development environments of projects using Docker containers.

It’s called compox and it will start/stop Docker containers specific in a docker-compose.yml present in your project. It’s still in beta stage, but I’ve been running locally for a while so now it’s time to share it and polish/improve/fix it with your help.

The main goal is:

  • Save resources by avoiding having unneeded containers running in your machine
  • Ensure the local environment is ready before running tests or starting the application locally

Any feedback or PRs are highly appreciated :heart:

Thank you and stay safe out there!

3 Likes