您的位置:首页 > 运维架构 > Docker

ubuntu 16.04 docker 安装

2017-01-12 13:21 459 查看
根据官方文档安装,但是往https://apt.dockerproject.org/repo下的时候会很卡
https://docs.docker.com/engine/installation/linux/ubuntulinux/ http://blog.csdn.net/mickjoust/article/details/51578629
也可以下载tar包直接解压
http://get.daocloud.io/#install-docker
# To install, run the following commands as root:

curl -fsSLO https://get.daocloud.io/docker/builds/Linux/x86_64/docker-1.12.6.tgz && tar --strip-components=1 -xvzf docker-1.12.6.tgz -C /usr/local/bin

# Then start docker in daemon mode:

/usr/local/bin/dockerd
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: