Verdaccio Docker在Raspberry中不起作用

问题描述

我正在尝试在RaspBerry pi 3中使用Docker处理Verdaccio,但是Docker抛出此错误

docker: Error response from daemon: Failed to create endpoint verdaccio on network bridge: Failed to add the host (vethf1c7b38) <=> sandBox (veth88eac32) pair interfaces: operation not supported.

我运行以下命令:

docker run -it --rm --name verdaccio -p 4873:4873 -v myvol:/storage verdaccio/verdaccio

因此,我不知道-v myvol:/storage是否适合创建新卷。

谢谢!

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)