Always download things over https
Docker-DCO-1.1-Signed-off-by: Joe Shaw <joe@joeshaw.org> (github: joeshaw) Upstream-commit: 3841e8862596637b904acf7f64b657bf3c9b49b1 Component: engine
This commit is contained in:
@ -66,7 +66,7 @@ Run the following commands to get it downloaded and set up:
|
||||
.. code-block:: bash
|
||||
|
||||
# Get the file
|
||||
curl -o docker http://get.docker.io/builds/Darwin/x86_64/docker-latest
|
||||
curl -o docker https://get.docker.io/builds/Darwin/x86_64/docker-latest
|
||||
|
||||
# Mark it executable
|
||||
chmod +x docker
|
||||
|
||||
Reference in New Issue
Block a user