标签:precise source lis .com linu apt xen http update
https://docs.docker.com/engine/installation/linux/ubuntulinux/
https://docs.docker.com/engine/getstarted/step_one/#step-1-get-docker
https://docs.docker.com/engine/installation/
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list
sudo apt-get update
Precise 12.04 (LTS) | deb https://apt.dockerproject.org/repo ubuntu-precise main |
Trusty 14.04 (LTS) | deb https://apt.dockerproject.org/repo ubuntu-trusty main |
Wily 15.10 | deb https://apt.dockerproject.org/repo ubuntu-wily main |
Xenial 16.04 (LTS) | deb https://apt.dockerproject.org/repo ubuntu-xenial main |
标签:precise source lis .com linu apt xen http update
原文地址:http://www.cnblogs.com/augustone/p/6274753.html