mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
The lazier way to manage everything docker
Currently the thing most slowing down startup is calling docker-compose config --hash="*" Even calling docker-compose config --services, which only returns service names, takes about half a second. So that's the main bottleneck. We could try and directly obtain the service names, but we'd then need to have our own algorithm for composing all the docker-compose files being used, and that gives us more stuff to maintain |
||
|---|---|---|
| docs | ||
| pkg | ||
| scripts | ||
| test | ||
| vendor | ||
| .gitignore | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| coverage.txt | ||
| Dockerfile | ||
| getter.rb | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| test.sh | ||
lazydocker
A simple terminal UI for managing all things docker.