网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

CentOS6.5如何制作debian7wheezy的docker镜像

小编给大家分享一下CentOS 6.5如何制作debian 7 wheezy的docker镜像,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!

创新互联成立于2013年,是专业互联网技术服务公司,拥有项目网站制作、网站建设网站策划,项目实施与项目整合能力。我们以让每一个梦想脱颖而出为使命,1280元凤阳做网站,已为上家服务,为凤阳各地企业和个人服务,联系电话:13518219792

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

[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
/

看完了这篇文章,相信你对“CentOS 6.5如何制作debian 7 wheezy的docker镜像”有了一定的了解,如果想了解更多相关知识,欢迎关注创新互联行业资讯频道,感谢各位的阅读!


新闻标题:CentOS6.5如何制作debian7wheezy的docker镜像
当前地址:http://bjjierui.cn/article/jojgge.html

其他资讯