From cd9ad8d584374224cd253f48703954d48cf06401 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Mon, 8 Dec 2014 08:01:42 -0800 Subject: [PATCH] Make README point to other critical docker++ projects People might find it hard to find the newer/related Docker projects, especially when they're just github issues. So, while I would have preferred to have this at http://github.com/docker, I couldn't find a doc to edit to make that happen, so this is the next best spot. Signed-off-by: Doug Davis --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c2273eb656..d2991dbe9b 100644 --- a/README.md +++ b/README.md @@ -206,3 +206,19 @@ Docker is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/docker/docker/blob/master/LICENSE) for the full license text. +Other Docker Related Projects +============================= + +Leveraging Docker as the core technology for managing Linux containers on a +single host, the following projects are also under development to provide a +more comprehensive set of tooling to help round out the Docker platform: + +* [Docker Registry](https://github.com/docker/docker-registry): Registry +server for Docker (hosting/delivering of repositories and images) +* [Docker Machine](https://github.com/docker/machine): Machine management +for a container-centric world +* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering +system +* [Docker Compose](https://github.com/docker/docker/issues/9694): +Multi-container application management +