From e69feff1a843a0536d47807814b351c84438d42b Mon Sep 17 00:00:00 2001 From: segersniels Date: Fri, 9 Feb 2018 11:29:19 +0100 Subject: [PATCH] added supdock to UI terminal section What's Up, Dock(er)? A slightly more visual way to interact with the docker daemon. Supdock is a wrapper for the docker command meaning you can still use all of the other docker commands without issues. https://github.com/segersniels/supdock --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29393eb..428ff7d 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [scuba](https://github.com/JonathonReinhart/scuba) - Transparently use Docker containers to encapsulate software build environments, by [@JonathonReinhart](https://github.com/JonathonReinhart) * [wharfee](https://github.com/j-bennet/wharfee) - Autocompletion and syntax highlighting for Docker commands. by [@j-bennet](https://github.com/j-bennet) * [tsaotun](https://github.com/qazbnm456/tsaotun) - Python based Assistance for Docker by [@qazbnm456](https://github.com/qazbnm456) +* [supdock](https://github.com/segersniels/supdock) - Allows for slightly more visual usage of Docker with an interactive prompt by [@segersniels](https://github.com/segersniels) #### Web