CentOS 6.5 制作debian 7 wheezy 的docker镜像

具体步骤就不详述了,跟前面的文章一样:http://my.oschina.net/feedao/blog/222767

后面是终端执行命令的步骤,按步骤来就可以了

[root@localhost admin]# debootstrap --arch amd64 wheezy  debian-wheezy http://mirrors.163.com/debian/

E: No such script: /usr/share/debootstrap/scripts/wheezy
[root @localhost admin]# ln -s /usr/share/debootstrap/scripts/sid /usr/share/debootstrap/scripts/wheezy
[root @localhost admin]# debootstrap --arch amd64 wheezy  debian-wheezy http://mirrors.163.com/debian/
这里需要等待很久
[root @localhost admin]# chown -R admin.admin debian-wheezy/
su admin
[admin @localhost ~]$ cd debian-wheezy/
[admin @localhost debian-wheezy]$ tar -c .|docker import - debianwheezy-base
eb32a915f53f174e3ce5ef4490c23ef32d5ab4b80a90066b2426db7237d7699d
[admin @localhost debian-wheezy]$ docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
debianwheezy-base   latest              eb32a915f53f        28 seconds ago      216.8 MB
ubuntu1204-base     latest              43ad1b1116dd        About an hour ago   172.7 MB
centos63-bash       latest              d2ecedd2b5ed        2 hours ago         306.7 MB
[admin @localhost debian-wheezy]$ docker run -t -i debianwheezy-base /bin/bash
root@4e0223444ef6:/# cat /etc/issue
Debian GNU/Linux 7 \n \l


root@4e0223444ef6:/# exit
exit
[admin @localhost debian-wheezy]$ 
[admin @localhost debian-wheezy]$ docker ps -a
CONTAINER ID        IMAGE                      COMMAND             CREATED              STATUS                         PORTS               NAMES
4e0223444ef6        debianwheezy-base:latest   /bin/bash           About a minute ago   Exited (0) 33 seconds ago                          elegant_perlman     
8053e2ca797b        ubuntu1204-base:latest     /bin/bash           About an hour ago    Exited (0) About an hour ago                       thirsty_thompson    
14c9afaf2f06        centos63-bash:latest       /bin/bash           2 hours ago          Exited (0) 2 hours ago                             insane_lalande      
[admin @localhost debian-wheezy]$ docker start 4e0223444ef6
4e0223444ef6
[admin @localhost debian-wheezy]$ docker attach 4e0223444ef6
ls
bin   dev  home  lib64 mnt  proc  run selinux  sys  usr
boot  etc  lib media opt  root  sbin  srv  tmp  var
root@4e0223444ef6:/# pwd
/

转载于:https://my.oschina.net/feedao/blog/222793

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值