ubuntu 16.04 docker 安装

前端之家收集整理的这篇文章主要介绍了ubuntu 16.04 docker 安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

根据官方文档安装,但是往https://apt.dockerproject.org/repo下的时候会很卡@H_404_1@

https://docs.docker.com/engine/installation/linux/ubuntulinux/
@H_404_1@

http://blog.csdn.net/mickjoust/article/details/51578629
@H_404_1@


@H_404_1@

也可以下载tar包直接解压@H_404_1@

http://get.daocloud.io/#install-docker
@H_404_1@

# 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 @H_404_1@

猜你在找的Ubuntu相关文章