The docker Stack
This project is composed of a collection of usefull docker-compose files for web developpers. We also provide a standalone Cli tool to manage a list of docker compose files registered in a config.
Cli tool and compose files collection are independants, you can use cli without the compose files and vice versa.
Documentation
"dctl" cli vs "docker compose" ?
With dctl, we relies on a config file, no need to have started or stopped containers of a docker-compose file to see and manage them, they are known. dctl use docker compose internaly.
Docker compose command need to have started or stopped containers to know and manage them with their project name.