From 3ffcc308fc29395506d0e3d65de01f3a456af099 Mon Sep 17 00:00:00 2001 From: Ziplogcom <52713778+Ziplogcom@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:00:18 -0600 Subject: [PATCH] Update README.md - Add a note about development stopping on DocUI --- README.md | 1 + 1 file changed, 1 insertion(+) 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.