From e69feff1a843a0536d47807814b351c84438d42b Mon Sep 17 00:00:00 2001 From: segersniels Date: Fri, 9 Feb 2018 11:29:19 +0100 Subject: [PATCH 1/2] 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 From 1511aaaf63c3a739258e49323569e319c205d9af Mon Sep 17 00:00:00 2001 From: segersniels Date: Fri, 9 Feb 2018 11:38:06 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 428ff7d..44a3523 100644 --- a/README.md +++ b/README.md @@ -315,9 +315,9 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [reg](https://github.com/jessfraz/reg) - Docker registry v2 command line client by [@jessfraz][jessfraz] * [sen](https://github.com/TomasTomecek/sen) - Terminal user interface for docker engine, by [@TomasTomecek](https://github.com/TomasTomecek) * [scuba](https://github.com/JonathonReinhart/scuba) - Transparently use Docker containers to encapsulate software build environments, by [@JonathonReinhart](https://github.com/JonathonReinhart) +* [supdock](https://github.com/segersniels/supdock) - :construction: Allows for slightly more visual usage of Docker with an interactive prompt by [@segersniels](https://github.com/segersniels) * [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