mention the daily experimental build

Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
Upstream-commit: 21ec389fe1c71cc44f93657e5afb84d9042e8f0c
Component: engine
This commit is contained in:
Thomas Sjögren
2015-07-01 22:12:57 +02:00
parent 90fdc3715d
commit 09fcb93d66

View File

@ -6,6 +6,10 @@ set -e
# or:
# 'wget -qO- https://get.docker.com/ | sh'
#
# If you're interested in the daily experimental build:
# 'curl -sSL https://experimental.docker.com/ | sh'
# or:
# 'wget -qO- https://experimental.docker.com/ | sh'
#
# Docker Maintainers:
# To update this script on https://get.docker.com,