diff --git a/README.md b/README.md index dc3ffd85..da6ba712 100644 --- a/README.md +++ b/README.md @@ -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.