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:
parent
5fd3c8204d
commit
81fc368a6d
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ First add the Docker repository key to your local keychain. You can use the
|
||||||
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
|
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
|
||||||
|
|
||||||
Add the Docker repository to your apt sources list, update and install the
|
Add the Docker repository to your apt sources list, update and install the
|
||||||
``lxc-docker`` package.
|
``lxc-docker`` package.
|
||||||
|
|
||||||
*You may receive a warning that the package isn't trusted. Answer yes to
|
*You may receive a warning that the package isn't trusted. Answer yes to
|
||||||
continue installation.*
|
continue installation.*
|
||||||
|
@ -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…
Add table
Reference in a new issue