Point users from docker-dev to dockercore/docker for an up-to-date development environment

This commit is contained in:
Tianon Gravi 2015-03-27 15:19:08 -06:00
parent 486b717a16
commit 984ff3b0c7
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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.