首页 > 代码库 > docker 感性体验
docker 感性体验
Docker 1.0正式发布!1.0 版本包含很多新特性,这也是 Docker 的首个产品级的版本。从今天开始,你将会一直听到一个新的概念 —— Docker as a platform ,其组件包括 Docker 引擎、容器运行时和打包工具以及 Docker Hub,这是一个基于云端的协作、内容和工作流自动化的服务。
1 在Virtualbox虚拟机装好debian,确认内核版本
root@localhost:/home/chksong# uname -a
Linux localhost 3.14-2-amd64 #1 SMP Debian 3.14.15-2 (2014-08-09) x86_64 GNU/Linux
2 安装 docker
root@localhost:/home/chksong# apt-get update
root@localhost:/home/chksong# apt-get install docker.io
3 创建一个CentOS虚拟系统
root@localhost:/home/chksong# docker pull centos
pulling repository centos
5a1ebaa356ff: Download complete
68eb857ffb51: Downloading 37.51 MB/74.19 MB 17m22s
4 进入虚拟的CentOS系统
docker run -i -t centos /bin/sh
5 验证下是否是centos
sh-4.2# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
6 整个工作环境的有图有真相
docker 感性体验
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。