clinta / lotus-docker

A Docker image for the lotus filecoin client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I wrote this before I found the Dockerfiles in the official lotus repository, use those instead.

Building them requires building from the lotus directory with docker build -f ./tools/dockers/docker-examples/basic-miner-busybox/Dockerfile .

Deprecated

A docker file to build the lotus filecoin client. Uses a multi-stage build to produce an image without uneeded build dependencies.

The lotus branch can be specified with the build arg BRANCH.

To build the ntwk-calibration branch run docker build . --build-arg BRANCH=ntwk-calibraiton. Branch defaults to master.

About

A Docker image for the lotus filecoin client

License:MIT License


Languages

Language:Dockerfile 100.0%