VIII docker
docker: 介绍; 镜像管理; 容器管理; 网络访问; 数据管理; 镜像构建; 私有仓库; 核心技术; 生产实践; 生态圈; 一、概念: https://www.docker.com/ Docker is the world’s leading software containerization platform.(build,ship,run) docker is an open platform forbuilding,shipping and runningdistributed applications. it gives programmers,development teams and operations engineers the common toolbox they need to take advantage of the distributed and networked nature of modern applications. Docker是个划时代的开源项目,它彻底释放了计算虚拟化的威力,极大提高了应用的运行效率,降低了云计算资源供应的成本,...
