我正在关注入门教程,使用 eris 版本 0.12.0
我停留在部署智能合约的地方 ~/.eris/apps/idi/idi.sol
eris pkgs do --chain simplechain --address $addr
随机我得到以下两个错误之一:
Performing action. This can sometimes take a wee while
Could not perform pkg action service: Could not perform pkg action: Docker: {"m
ssage":"Cannot link to a non running container: /simplechain-a49e7fc2-45d4-44df
83bf-1dfab6246c13 AS /interactive-67fff395-600b-4161-912b-df11dc6b2807/chain"}
或者:
Performing action. This can sometimes take a wee while
Could not perform pkg action service: Docker: {"message":"Invalid container name
(.eris_tmp_-798bc8a1-70bb-45fd-ac23-8468503cdbad), only [a-zA-Z0-9][a-zA-Z0-9_.
-] are allowed"}
当我安装 eris 版本 0.11.4 时,错误如下所示:
Performing action. This can sometimes take a wee while
Sorry, the marmots were unable to load the eris-pm jobs file. Please check your
path.
ERROR => Unsupported Config Type ""
Container interactive-39ac3a49-52fa-4f1d-953e-1662b1af7f21 exited with status 1
我多次重新启动 Docker Quickstart Terminal 并删除了 VirtualBox 中的默认 VM。
我做错了什么?感谢帮助!