From 785b60cf15b3af155e417823ff381fbcc3ffeb89 Mon Sep 17 00:00:00 2001 From: Francois <44402056+PH4NT0M78@users.noreply.github.com> Date: Sat, 9 Mar 2019 18:47:57 +0200 Subject: [PATCH] Update index.md (#26965) Added Kitematic information section. --- guide/english/docker/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/guide/english/docker/index.md b/guide/english/docker/index.md index d0c8f6d420..0f0ea43536 100644 --- a/guide/english/docker/index.md +++ b/guide/english/docker/index.md @@ -29,6 +29,15 @@ curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh ``` +## Kitematic + +Kitematic is a built-in easy management tool for Docker (Windows & IOS Versions) available on version 1.8 and newer. +This tool is usefull for easily managing and maintaining your Containers on Docker via a GUI interface and can be used to quickly browse for and set up new containers available on the Docker store. + +To Install/Enable just click the Kitematic option found under the pop-up mune when right-clicking the Docker quick launch icon. + +More information can be found here: https://kitematic.com/ + #### More Information: * For download and documentation check the docker official site: [Docker official site](https://www.docker.com)