我正在跟踪入门教程,使用eris版本0.12.0
我坚持部署智能契约~/..eris/app/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我多次重新启动了终端,并删除了VirtualBox中的默认VM。
我做错什么了?谢谢你帮忙!
发布于 2016-12-01 21:28:47
除了David的答案之外,您还应该运行eval $(docker-machine env eris)来激活对接映像。
发布于 2016-12-01 13:26:01
我已经错过了正在运行的厄里斯对接机。你可以用
docker-machine ls你可以用:
docker-machine create -d virtualbox eris感谢莫纳克斯/厄里斯团队的快速帮助。
https://stackoverflow.com/questions/40911535
复制相似问题