1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Fix link to installation instructions

Fix #17872:

> The script at https://get.docker.com/ links to https://docs.docker.com/en/latest/installation/, which gives a 404 error. The correct link is https://docs.docker.com/engine/installation/.

Signed-off-by: Paolo G. Giarrusso <p.giarrusso@gmail.com>
Upstream-commit: c5f24c7902df5a48258056e799952200f250c5f2
Component: engine
This commit is contained in:
Paolo G. Giarrusso
2015-11-10 18:02:02 +01:00
parent b093321513
commit 542df63133

View File

@@ -439,7 +439,7 @@ do_install() {
a package for Docker. Please visit the following URL for more detailed
installation instructions:
https://docs.docker.com/en/latest/installation/
https://docs.docker.com/engine/installation/
EOF
exit 1