From 984ff3b0c75a9add15b7ed0e06acc6979d9ea72a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 27 Mar 2015 15:19:08 -0600 Subject: [PATCH] Point users from docker-dev to dockercore/docker for an up-to-date development environment --- docker-dev/README.md | 2 ++ docker-dev/content.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docker-dev/README.md b/docker-dev/README.md index 357dde134..79d39313c 100644 --- a/docker-dev/README.md +++ b/docker-dev/README.md @@ -16,6 +16,8 @@ Docker is an open-source project that automates the deployment of applications i This image contains the building and testing environment of the Docker project itself, from which the official releases are made. +If you are looking for an up-to-date development environment for doing development work on Docker's `master` branch, you should use [`dockercore/docker`](https://registry.hub.docker.com/u/dockercore/docker/) instead. It's an automated build of [`github.com/docker/docker`](https://github.com/docker/docker)'s `master` branch, and is maintained by the Docker core team. + # Supported Docker versions This image is officially supported on Docker version 1.5.0. diff --git a/docker-dev/content.md b/docker-dev/content.md index aa8ee2ae0..2d107ec97 100644 --- a/docker-dev/content.md +++ b/docker-dev/content.md @@ -9,3 +9,5 @@ Docker is an open-source project that automates the deployment of applications i # About this image This image contains the building and testing environment of the Docker project itself, from which the official releases are made. + +If you are looking for an up-to-date development environment for doing development work on Docker's `master` branch, you should use [`dockercore/docker`](https://registry.hub.docker.com/u/dockercore/docker/) instead. It's an automated build of [`github.com/docker/docker`](https://github.com/docker/docker)'s `master` branch, and is maintained by the Docker core team.