Docker启动容器时出现错误
生活随笔
收集整理的這篇文章主要介紹了
Docker启动容器时出现错误
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
在centos7(裝在虛擬機(jī)上)中用docker啟動(dòng)一個(gè)hadoop容器
命令如下:
docker run -i -t --name Master2 -h Master2 registry.cn-hangzhou.aliyuncs.com/kaibb/hadoop /bin/bash
然后出現(xiàn)了如下錯(cuò)誤:
Error response from daemon: updating the store state of sandbox failed: failed to update store for object type *libnetwork.sbState: json: cannot unmarshal object into Go struct field sbState.ExtDNS of type string.
解決方案:
rm -rf /var/lib/docker systemctl daemon-reload systemctl restart docker注》上述問題可以解決,在執(zhí)行之前請(qǐng)明確在該目錄下面存放的是docker的所有鏡像,執(zhí)行此命令意味著刪除所有的docker鏡像
總結(jié)
以上是生活随笔為你收集整理的Docker启动容器时出现错误的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SpringBoot 集成 mybati
- 下一篇: wsimport将wsdl生成java