From c3dc8e1cd57736f43f34a19d6301547e734b9e01 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Mon, 30 Nov 2020 19:29:46 +0200 Subject: [PATCH] README.md: Add Awesome Docker to Alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af5c802..4eb708ab 100644 --- a/README.md +++ b/README.md @@ -249,3 +249,4 @@ If you are running lazydocker in Docker container, it is a know bug, that you ca - [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. - [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.