From 071df276b2efc14f789deca0ab8e5e0602dfa45d Mon Sep 17 00:00:00 2001 From: Ajay D <54715852+ajayd-san@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:11:43 +0530 Subject: [PATCH] Add goManageDocker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59e4b6..ac4adf0 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ Native desktop applications for managing and montoring docker hosts and clusters #### Terminal ##### Terminal UI - +- [goManageDocker](https://github.com/ajayd-san/gomanagedocker) - TUI tool to view and manage your docker objects blazingly fast with sensible keybindings, also supports VIM navigation out of the box by [@ajay-dsan](https://github.com/ajayd-san) - [ctop (1)](https://github.com/yadutaf/ctop) - :skull: A command line / text based Linux Containers monitoring tool that works just like you expect (Python) by [@yadutaf](https://github.com/yadutaf) - [ctop (2)](https://github.com/bcicen/ctop) - :skull: Top-like interface for container metrics (Golang) by [@bcicen](https://github.com/bcicen/) - [dive](https://github.com/wagoodman/dive) - A tool for exploring each layer in a docker image. By [wagoodman](https://github.com/wagoodman).