Merge pull request #195 from infosiftr/dockercore/docker

Point users from docker-dev to dockercore/docker for an up-to-date development environment
This commit is contained in:
yosifkit 2015-03-27 14:31:59 -07:00
commit 5b4b5e349b
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.