centos7使用docker1.8.2

本文介绍了如何在CentOS7上安装docker 1.8.2,包括使用yum安装或通过Daocloud的脚本安装,并详细讲解了启动docker服务及运行hello-world示例。同时,为了解决docker拉取镜像速度问题,推荐使用Daocloud提供的加速器,通过卸载监控程序并使用dao pull命令实现镜像加速。
摘要由CSDN通过智能技术生成
  1. yum install docker-io或curl -sSL https://get.daocloud.io/docker | sh
  2. service docker start

    如果出现
    [root@localhost 桌面]# service docker start
    Starting docker (via systemctl):  Job for docker.service failed. See 'systemctl status docker.service' and 'journalctl -xn' for details. [失败]
    
    则有可能是防火墙开启的原因,可先关闭防火墙:
    service firewalld stop
    
  3. docker run hello-world

    出现错误
    “Cannot connect to the Docker daemon. Is 'docker -d' running on this host?”
    
    网上找到解决方式:http://blog.csdn.net/xu470438000/article/details/43704469
    
    执行:yum upgrade device-mapper-libs
    
  4. 再次执行:docker run hello-world

         INFO[0211] POST /v1.19/containers/create                
    ERRO[0211] Handler for POST /containers/create returned error: No such image: hello-world (tag: latest) 
    ERRO[0211] HTTP Error               
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值