mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
The lazier way to manage everything docker
Turns out if you don't constrain a dependency to a revision, it picks the latest version (which I'm guessing corresponds to a git tag) This means if you're using a fork for the sake of an extra commit that you want, you need to point at that revision (or perhaps just specify branch="master") Otherwise we'll end up pointing at an older commit |
||
|---|---|---|
| docs | ||
| pkg | ||
| scripts | ||
| test/printrandom | ||
| vendor | ||
| .gitignore | ||
| CODE-OF-CONDUCT.md | ||
| CONTRIBUTING.md | ||
| coverage.txt | ||
| Dockerfile | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| test.sh | ||
lazydocker
A simple terminal UI for managing all things docker.