1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Use https to get the install script

This commit is contained in:
Richo Healey 2013-12-11 11:27:36 -08:00
parent 5fd3c8204d
commit 81fc368a6d

View file

@ -95,7 +95,7 @@ continue installation.*
.. code-block:: bash
curl -s http://get.docker.io/ubuntu/ | sudo sh
curl -s https://get.docker.io/ubuntu/ | sudo sh
Now verify that the installation has worked by downloading the ``ubuntu`` image
and launching a container.