1.yum update发现有608个安装包,这里就不一一列举

2.发现docker的网站无法访问(以为是update过程中可能升级了防火墙,所以没有在意)

3.update结束后,发现docker服务全部Exited (137) 7 minutes ago

1.尝试docker start

Error response from daemon: oci runtime error: container with id exists: 93a12556cxxxxx
Error: failed to start containers: xxxxx

2.尝试docker-compose重新启动

docker-compose up -d
Starting xxxxx
ERROR: for mysql  Cannot start service xxx: oci runtime error: container with id exists: 941a391exxxxx
ERROR: Encountered errors while bringing up the project.

3.尝试关闭docker-compose服务,docker-compose stop,无报错,但无效

4.尝试寻找docker服务运行态文件,并删除

cd /run/runc
rm -rf ./*

5.重启docker服务,docker start正常

6.重启docker-compose服务,docker-compose up -d正常

  • 八个Docker的真实应用场景
  • Spring Cloud之Finchley版学习(二)-构建分布式应用
  • 阿里云提示漏洞:RHSA-2018:3157: curl and nss-pem security and bug fix update的解决办法
  • 将自签发的SSL证书导入为Firefox中的受信任根证书
  • InnoDB,5项最佳实践,知其所以然?
  • Redis持久化操作
  • Git使用Merge和Rebase区别及心得技巧
  • 蚂蚁金服大规模分布式事务实践和开源详解
  • 快速搭建haproxy服务
  •