mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Always download things over https
Docker-DCO-1.1-Signed-off-by: Joe Shaw <joe@joeshaw.org> (github: joeshaw)
This commit is contained in:
parent
880dc34c0e
commit
3841e88625
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue