From 444eef9af1f20fce72eecb18b6b0537b6501b098 Mon Sep 17 00:00:00 2001 From: Arnaud Porterie Date: Wed, 1 Apr 2015 14:38:49 -0700 Subject: [PATCH] Add Kitematic to README.md Signed-off-by: Arnaud Porterie Upstream-commit: 7bd250c74d1dbc64be2ccb0978e1babd55d18afa Component: engine --- components/engine/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/engine/README.md b/components/engine/README.md index 079713ced9..c70398a3a8 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -232,9 +232,6 @@ There are a number of projects under development that are based on Docker's core technology. These projects expand the tooling built around the Docker platform to broaden its application and utility. -If you know of another project underway that should be listed here, please help -us keep this list up-to-date by submitting a PR. - * [Docker Registry](https://github.com/docker/distribution): Registry server for Docker (hosting/delivery of repositories and images) * [Docker Machine](https://github.com/docker/machine): Machine management @@ -243,4 +240,8 @@ for a container-centric world system * [Docker Compose](https://github.com/docker/compose) (formerly Fig): Define and run multi-container apps +* [Kitematic](https://github.com/kitematic/kitematic): The easiest way to use +Docker on a Mac +If you know of another project underway that should be listed here, please help +us keep this list up-to-date by submitting a PR.