非インタラクティブモードでflextesaを開始するにはどうすればよいですか?
1 回答
- 投票
興味深いことに、Dockerはファイルの終わりをサンドボックスに送信します.
より良い解決策を検討しますが、今のところ、flextesaの最近のバージョンでは、インタラクティブではない--until-level
オプションを使用してミニネットを起動できます.
例:--until-level 20_000_000
は数年続くはずです:)
Interesting that docker would send the end-of-file to the sandbox.
I'll look into a nicer solution but for now, with recent versions of flextesa, you can start the mini-net with --until-level
option which is not interactive.
E.g. --until-level 20_000_000
should last a couple of years :)
docker-compose.override.ymlでflextesaサンドックスネットワークを実行して、プロジェクトの開発環境で有効にしようとしています:
ただし、
docker-compose up tz
はそのように失敗します:composeサービスで実行されている
geth --dev
を置き換えようとしていることに注意してください.同じ問題: