美文网首页
解决docker 启动容器出现write parent: bro

解决docker 启动容器出现write parent: bro

作者: 一生悬命Cat | 来源:发表于2019-03-15 14:42 被阅读0次

it seems to be a bug introduced in a recent update to the docker RPM packages. A temporary workaround is to downgrade all docker packages to a previous release (75 seems to work).

yum downgrade docker-1.13.1-75.git8633870.el7_5
docker-client-1.13.1-75.git8633870.el7_5
docker-common-1.13.1-75.git8633870.el7_5
docker-rhel-push-plugin-1.13.1-75.git8633870.el7_5
(2)

if you use

yum update

before and no idea for what the old version of docker, just run

yum downgrade docker docker-client docker-common

it work for me

相关文章

网友评论

      本文标题:解决docker 启动容器出现write parent: bro

      本文链接:https://www.haomeiwen.com/subject/lmnlmqtx.html