Sign inSign up

rtradetech/lotus

By rtradetech

Updated almost 7 years ago

Docker image for https://github.com/filecoin-project/lotus

Image
1

1.3K

rtradetech/lotus repository overview

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

Tag summary

Content type

Image

Digest

Size

523.7 MB

Last updated

almost 7 years ago

docker pull rtradetech/lotus