首页 > 系统服务 > 详细

ubuntu14.04安装docker

时间:2016-08-09 02:09:40      阅读:249      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!