0

eris バージョン 0.12.0 を使用してGetting Started Tutorialに従っています

スマート コントラクトをデプロイする場所で行き詰まりました ~/.eris/apps/idi/idi.sol

eris pkgs do --chain simplechain --address $addr

ランダムに、次の 2 つのエラーのいずれかが表示されます。

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 も削除しました。

私が間違っていることは何ですか?手伝ってくれてありがとう!

4

2 に答える 2

1

David の回答に加えて、実行 eval $(docker-machine env eris)して docker-image をアクティブにする必要もあります。

于 2016-12-01T21:28:47.417 に答える
0

eris docker-machine が実行されていませんでした。これは次の方法で確認できます

docker-machine ls

そして、あなたはそれを再作成することができます:

docker-machine create -d virtualbox eris

Monax / Eris チームからの素早いサポートに感謝します。

于 2016-12-01T13:26:01.400 に答える