jesseduffield / jesseduffield/lazydocker
Support for `docker stack`
- Dominant language
- Go
- Stars
- 52.8k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I sometimes use `docker stack` over `docker-compose` because it works out of the box with docker and it uses the same config / file as docker-compose.
But because this program is focused on docker-compose it shows the containers as down.
**Describe the solution you'd like**
When deploying with `docker stack` shows the containers the same way as when deploying with `docker-compose`
**Describe alternatives you've considered**
No support :(.
**Additional context**
Docker stack is a lot simpler as docker-compose and it misses a lot of things that docker-compose has.
Contributor guide
Assessment
This issue has not been assessed yet.