Przeglądaj źródła

Always download things over https

Docker-DCO-1.1-Signed-off-by: Joe Shaw <joe@joeshaw.org> (github: joeshaw)
Joe Shaw 11 lat temu
rodzic
commit
3841e88625
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      docs/sources/installation/mac.rst

+ 1 - 1
docs/sources/installation/mac.rst

@@ -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