Docker container management

Docker container management

At theTribe we use docker to easily create development environments. It’s nice: you clone the project, launch docker-compose and you can start coding. But when you work on multiple projects at the same time it starts to become hard managing all your running...