mirror of https://github.com/docker/docs.git
Merge pull request #3174 from richo/features/https_install_script
Use https to get the install script
This commit is contained in:
commit
d56d8ab96e
|
@ -95,7 +95,7 @@ continue installation.*
|
||||||
|
|
||||||
.. code-block:: bash
|
.. 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
|
Now verify that the installation has worked by downloading the ``ubuntu`` image
|
||||||
and launching a container.
|
and launching a container.
|
||||||
|
|
Loading…
Reference in New Issue