From 14336b2bc048b0b08b2141d27cd969dcd23818c0 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Mon, 12 Feb 2018 10:18:11 +0100 Subject: [PATCH 1/2] Add captain CLI tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44a3523..110df32 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [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) +* [captain](https://github.com/jenssegers/captain) - Easily start and stop docker compose projects, arrrrr. By [@jenssegers][https://github.com/jenssegers] #### Web From b8a90e175b38b02b932d684ab489199f2d145161 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Thu, 22 Feb 2018 09:42:29 +0000 Subject: [PATCH 2/2] Sort entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110df32..7413198 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c #### Terminal +* [captain](https://github.com/jenssegers/captain) - Easily start and stop docker compose projects, arrrrr. By [@jenssegers][https://github.com/jenssegers] * [ctop (1)](https://github.com/yadutaf/ctop) - 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) - Top-like interface for container metrics (Golang) by [@bcicen](https://github.com/bcicen/) * [dext-docker-registry-plugin](https://github.com/vutran/dext-docker-registry-plugin) - Search the Docker Registry with the Dext smart launcher. @@ -318,7 +319,6 @@ Docker EE is on the same code base as Docker CE, so also built from Moby, with c * [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) -* [captain](https://github.com/jenssegers/captain) - Easily start and stop docker compose projects, arrrrr. By [@jenssegers][https://github.com/jenssegers] #### Web