一.什么是Docker Docker是基于Go语言实现的云开源项目. Docker 的主要目标是:"Bulid,Ship and Run Any App ,AnyWhere" ,即通过对应用组件的封装.分发.部署.运行等生命周期的管理,达到应用组件级别的"一次封装,到处运行".这里的应用组件,即可以是一个Web应用,也可以使一套数据库服务,甚至是一个操作系统或编译器. Docker 基于Linux 的多项开源技术提供了高效.敏捷和轻量级的容器方案,并且支持在多种主…
Docker 官网 http://www.docker.com Docker is the company driving the container movement and the only container platform provider to address every application across the hybrid cloud. Today’s businesses are under pressure to digitally transform but are c…