EnigmaCurry / d.rymcg.tech

A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance
MIT License
49 stars 8 forks source link

`make status` when run from within an instance subshell, shows containers from all instances. #246

Closed mcmikemn closed 3 months ago

mcmikemn commented 3 months ago

When you're in an instance's subshel and you run make status, all of the app's containers in all instances are displayed.

EnigmaCurry commented 3 months ago

This is as designed. make status shows the status of all instances, regardless of whether you're in the instance sub-shell or not. make ps is instance specific. If that is not implemented correctly, please re-open.

$ d make whoami
make ps                  - Show containers status (docker compose ps)
make status              - Show status of all instances