Restart support for fixturenet-lotus (#499)

* Use ip utility to get the required miner node multiaddr

* Persist lotus node data to support restarts

* Add clean up steps to instructions

* Fix lotus-seed sector-dir arg
This commit is contained in:
prathamesh0
2023-08-14 12:46:04 +05:30
committed by GitHub
parent 18e45af463
commit 59e0458c74
9 changed files with 54 additions and 30 deletions
@@ -99,7 +99,7 @@ CMD ["-help"]
FROM lotus-base AS lotus-all-in-one
# Install netcat for healthcheck
RUN apt-get update && apt-get install -y netcat
RUN apt-get update && apt-get install -y netcat && apt-get install -y iproute2
ENV FILECOIN_PARAMETER_CACHE /var/tmp/filecoin-proof-parameters
ENV LOTUS_MINER_PATH /var/lib/lotus-miner