This commit is contained in:
Ziplogcom 2026-04-19 15:25:30 -05:00 committed by GitHub
commit 4aa5a93752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -322,5 +322,6 @@ If you are running lazydocker in Docker container, it is a know bug, that you ca
## Alternatives
- [docui](https://github.com/skanehira/docui) - Skanehira beat me to the punch on making a docker terminal UI, so definitely check out that repo as well! I think the two repos can live in harmony though: lazydocker is more about managing existing containers/services, and docui is more about creating and configuring them.
- NOTE: DocUI was retired. The creator actually recommends Lazydocker instead.
- [Portainer](https://github.com/portainer/portainer) - Portainer tries to solve the same problem but it's accessed via your browser rather than your terminal. It also supports docker swarm.
- See [Awesome Docker list](https://github.com/veggiemonk/awesome-docker/blob/master/README.md#terminal) for similar tools to work with Docker.