Chinaunix首页 | 论坛 | 博客
  • 博客访问: 232291
  • 博文数量: 96
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2016-07-14 11:43
文章分类

全部博文(96)

文章存档

2016年(41)

2015年(55)

我的朋友

分类: 系统运维

2015-12-18 10:40:22

参考文档:
           http://developerblog.redhat.com/2014/05/15/practical-introduction-to-docker-containers/
           中的create base image部分
1.Create the tar files for your file system, simply could be
     
  1. tar --numeric-owner --exclude=/proc --exclude=/sys -cvf centos6-base.tar /

2.Transfer the tar file to other docker system if not installed locally and import it

  1. cat centos6-base.tar | docker import - centos6-base

3. Now you can verify by running it.

  1. docker run -i -t centos6-base cat /etc/redhat-release


阅读(711) | 评论(0) | 转发(0) |
0

上一篇:c++ stream 总结

下一篇:不错的vim配置文件

给主人留下些什么吧!~~