The lazier way to manage everything docker
Find a file
Jesse Duffield 6cc6f61ad1 Speed up startup time
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
2019-06-09 10:59:35 +10:00
docs repurpose lazygit code 2019-05-12 10:32:02 +10:00
pkg Speed up startup time 2019-06-09 10:59:35 +10:00
scripts clean some things up 2019-06-09 10:03:04 +10:00
test a lot of change 2019-06-08 13:00:37 +10:00
vendor switch to fork of asciigraph 2019-06-05 21:08:38 +10:00
.gitignore more progress 2019-06-01 16:09:54 +10:00
CODE-OF-CONDUCT.md repurpose lazygit code 2019-05-12 10:32:02 +10:00
CONTRIBUTING.md repurpose lazygit code 2019-05-12 10:32:02 +10:00
coverage.txt repurpose lazygit code 2019-05-12 10:32:02 +10:00
Dockerfile repurpose lazygit code 2019-05-12 10:32:02 +10:00
getter.rb WIP 2019-06-05 21:59:27 +10:00
Gopkg.lock switch to fork of asciigraph 2019-06-05 21:08:38 +10:00
Gopkg.toml switch to fork of asciigraph 2019-06-05 21:08:38 +10:00
LICENSE repurpose lazygit code 2019-05-12 10:32:02 +10:00
main.go type the translations 2019-06-05 22:20:30 +10:00
README.md repurpose lazygit code 2019-05-12 10:32:02 +10:00
test.sh repurpose lazygit code 2019-05-12 10:32:02 +10:00

lazydocker

A simple terminal UI for managing all things docker.