Docker 的安装包以及周边高速镜像
Docker 的
安装资源文件
存放在Amazon S3,会间歇性连接失败。所以安装Docker的时候,会比较慢。
你可以通过执行下面的命令,高速安装Docker。
curl -sSL https://get.daocloud.io/docker | sh
适用于Ubuntu,Debian,Centos等大部分Linux,会3小时同步一次Docker官方资源
安装体验版或测试版,体验最新Docker。
curl -sSL https://get.daocloud.io/docker-experimental | sh
curl -sSL https://get.daocloud.io/docker-test | sh
如果安装不成功,可以选择使用二进制包安装方式。 下载二进制包
sudo apt-get remove docker docker-engine
sudo yum remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine
sudo dnf remove docker \
docker-common \
container-selinux \
docker-selinux \
docker-engine
卸载Docker后,/var/lib/docker/目录下会保留原Docker的镜像,网络,存储卷等文件. 如果需要全新安装Docker,需要删除/var/lib/docker/目录
rm -fr /var/lib/docker/
Docker Compose
存放在Git Hub,不太稳定。
你可以也通过执行下面的命令,高速安装Docker Compose。
curl -L https://get.daocloud.io/docker/compose/releases/download/v2.15.1/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
你可以通过修改URL中的版本,可以自定义您的需要的版本。
Docker for Windows 在Windows上运行Docker。系统要求,Windows10x64位,支持Hyper-V。
Docker for Mac 在Mac上运行Docker。系统要求,OS X 10.10.3 或者更高版本,至少4G内存,4.3.30版本以前的VirtualBox会与Docker for Mac产生冲突,所以请卸载旧版本的VitrualBox。
如果您的电脑版本过旧,可以使用 Docker Toolbox 在Windows或者Mac上运行Docker。适用于Mac OS X 10.8+ 或者 Windows 7/8.1。
下载 Docker for Windows 下载 Docker for Mac 下载 Docker ToolboxFaster, Cheaper and Safer: Secure Microservice Architectures using Docker 在线观看 下载PPT
Reliably shipping containers in a resource rich world using Titan 在线观看 下载PPT
Resilient Routing and Discovery 在线观看 下载PPT
Interconnecting containers at scale with NGINX 在线观看 下载PPT
The distributed system toolkit: Container patterns for modular distributed system design 在线观看 下载PPT
Scaling New Services: From Container Creation to Automated Deployments 下载PPT
Container Hacks and Fun Images 在线观看
How to talk to humans: a different approach to soft skills 下载PPT
Docker Community in China 下载PPT
Birds of a Different Feather Soar Together 下载PPT
How to create a new education in a digital world 下载PPT
MomOps in DevOps 下载PPT
Using Docker to drive cultural change in the games industry 下载PPT
Getting Started with Docker 在线观看 下载PPT
Orchestration for Developers 在线观看 下载PPT
Orchestration for sysadmins 在线观看 下载PPT
Docker Plugins 在线观看
Analytic Garage on Docker at Capital One 在线观看 下载PPT
Docker in the New York Times Newsroom 在线观看 下载PPT
Enabling Continuous (Food) Delivery at GrubHub 在线观看 下载PPT
Enabling Microservices @ Orbitz 在线观看 下载PPT
Using Docker to Keep Houses Warm: Highly Distributed Micro-Datacenters 下载PPT
Speeding Up Development 下载PPT
From Months to Minutes - How GE Brings Docker Into the Enterprise 下载PPT
How to Build a Secure DevOps Environment for Government and Beyond 下载PPT
PayPal Goes Beyond CI to Production Scale PaaS with Docker 下载PPT