码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu14.04安装docker

时间:2016-08-09 02:10:43      阅读:277      评论:0      收藏:0      [点我收藏+]

标签:

sudo apt-get install apt-transport-https
# Add the Docker repository key to your local keychain
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
# Add the Docker repository to your apt sources list.
sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
# update your sources list
sudo apt-get update
# install
apt-get install -y lxc-docker

ubuntu14.04安装docker

标签:

原文地址:http://www.cnblogs.com/wangkuan/p/5751489.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!