Docker image for https://github.com/filecoin-project/lotus
1.3K
The docker image is intended to run the lotus node exposing the API for consumption by applications. The docker image also includes an NGINX reverse proxy to handle CORS processing. To run the docker image the suggested command is:
$> docker run -p "8080:8080" -p "1235:1235" -d rtradetech/lotus:latest
Where 8080 is mapping the NGINX reverse proxy port for the API, and 1235 is mapping the lotus node "swarm port".
If you are joining the lotus december 11th testnet you will probably want to run
$> docker run -p "8080:8080" -p "1235:1235" -d rtradetech/lotus:v0.1.0
Content type
Image
Digest
Size
523.7 MB
Last updated
almost 7 years ago
docker pull rtradetech/lotus