mirror of https://github.com/docker/docs.git
mention the daily experimental build
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
This commit is contained in:
parent
358c022cac
commit
21ec389fe1
|
@ -6,6 +6,10 @@ set -e
|
||||||
# or:
|
# or:
|
||||||
# 'wget -qO- https://get.docker.com/ | sh'
|
# '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:
|
# Docker Maintainers:
|
||||||
# To update this script on https://get.docker.com,
|
# To update this script on https://get.docker.com,
|
||||||
|
|
Loading…
Reference in New Issue