Cannot start container 39f96c64a9c6: [8] System error: exec format error

docker启动容器,出现错误!

Error response from daemon: Cannot start container 39f96c64a9c6: [8] System error: exec format error
FATA[0000] Error: failed to start one or more containers

原因:在32位的系统上运行64位的docker镜像导致的

查看系统版本:

  • uname -a
  • lsb_release -a 


解决方案

Ubuntu14.04(32位)下安装使用dockerhttps://blog.csdn.net/zqxnum1/article/details/42063521


问题再现?! 

FATA[0000] Post http:///var/run/docker.sock/v1.18/images/create?fromSrc=ubuntu%3A14.04&repo=: dial unix /var/run/docker.sock: permission denied. Are you trying to connect to a TLS-enabled daemon without TLS?

解决方案:切换为root管理员身份,即可解决问题!

posted @ 2022-09-29 20:48  辰梦starDream  阅读(12)  评论(0编辑  收藏  举报  来源