|
@@ -54,7 +54,7 @@ the `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.*
|
|
|
|
|
|
- $ sudo sh -c "echo deb https://get.docker.io/ubuntu docker main\
|
|
|
|
|
|
+ $ sudo sh -c "echo deb https://get.docker.com/ubuntu docker main\
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
$ sudo apt-get update
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install lxc-docker
|
|
$ sudo apt-get install lxc-docker
|
|
@@ -63,7 +63,7 @@ continue installation.*
|
|
>
|
|
>
|
|
> There is also a simple `curl` script available to help with this process.
|
|
> There is also a simple `curl` script available to help with this process.
|
|
>
|
|
>
|
|
-> $ curl -sSL https://get.docker.io/ubuntu/ | sudo sh
|
|
|
|
|
|
+> $ curl -sSL https://get.docker.com/ubuntu/ | sudo sh
|
|
|
|
|
|
To verify that everything has worked as expected:
|
|
To verify that everything has worked as expected:
|
|
|
|
|
|
@@ -134,7 +134,7 @@ the `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.*
|
|
|
|
|
|
- $ sudo sh -c "echo deb https://get.docker.io/ubuntu docker main\
|
|
|
|
|
|
+ $ sudo sh -c "echo deb https://get.docker.com/ubuntu docker main\
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
$ sudo apt-get update
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install lxc-docker
|
|
$ sudo apt-get install lxc-docker
|
|
@@ -143,7 +143,7 @@ continue installation.*
|
|
>
|
|
>
|
|
> There is also a simple `curl` script available to help with this process.
|
|
> There is also a simple `curl` script available to help with this process.
|
|
>
|
|
>
|
|
-> $ curl -sSL https://get.docker.io/ubuntu/ | sudo sh
|
|
|
|
|
|
+> $ curl -sSL https://get.docker.com/ubuntu/ | sudo sh
|
|
|
|
|
|
Now verify that the installation has worked by downloading the
|
|
Now verify that the installation has worked by downloading the
|
|
`ubuntu` image and launching a container.
|
|
`ubuntu` image and launching a container.
|
|
@@ -187,7 +187,7 @@ First add the Docker repository key to your local keychain.
|
|
Add the Docker repository to your apt sources list, update and install
|
|
Add the Docker repository to your apt sources list, update and install
|
|
the `lxc-docker` package.
|
|
the `lxc-docker` package.
|
|
|
|
|
|
- $ sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\
|
|
|
|
|
|
+ $ sudo sh -c "echo deb http://get.docker.com/ubuntu docker main\
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
> /etc/apt/sources.list.d/docker.list"
|
|
$ sudo apt-get update
|
|
$ sudo apt-get update
|
|
$ sudo apt-get install lxc-docker
|
|
$ sudo apt-get install lxc-docker
|
|
@@ -356,7 +356,7 @@ NetworkManager and Docker need to be restarted afterwards:
|
|
|
|
|
|
## Mirrors
|
|
## Mirrors
|
|
|
|
|
|
-You should `ping get.docker.io` and compare the
|
|
|
|
|
|
+You should `ping get.docker.com` and compare the
|
|
latency to the following mirrors, and pick whichever one is best for
|
|
latency to the following mirrors, and pick whichever one is best for
|
|
you.
|
|
you.
|
|
|
|
|
|
@@ -365,7 +365,7 @@ you.
|
|
[Yandex](http://yandex.ru/) in Russia is mirroring the Docker Debian
|
|
[Yandex](http://yandex.ru/) in Russia is mirroring the Docker Debian
|
|
packages, updating every 6 hours.
|
|
packages, updating every 6 hours.
|
|
Substitute `http://mirror.yandex.ru/mirrors/docker/` for
|
|
Substitute `http://mirror.yandex.ru/mirrors/docker/` for
|
|
-`http://get.docker.io/ubuntu` in the instructions above.
|
|
|
|
|
|
+`http://get.docker.com/ubuntu` in the instructions above.
|
|
For example:
|
|
For example:
|
|
|
|
|
|
$ sudo sh -c "echo deb http://mirror.yandex.ru/mirrors/docker/ docker main\
|
|
$ sudo sh -c "echo deb http://mirror.yandex.ru/mirrors/docker/ docker main\
|