A Docker image for Lotus Filecoin nodes.
These instructions will cover usage information and for the docker container
In order to run this container you'll need docker installed.
## Build the Docker image
make build
## Run the Docker container
make runVerify that the container is running successfully with:
docker psBRANCH- The git release, tag or branch
/root/.lotus- lotus main folder
/scripts/entrypoint- Docker entrypoint script
- ubuntu:18.04
- golang:1.13
- git
- mesa-opencl-icd
- ocl-icd-opencl-dev
- gcc
- bzr
- jq
- Lotus
If you want to start automatic build in Docker Hub, you have to change variable ARG BRANCH
in Dockerfile, push changes, create new tag, push tag to repo.
If you want run manually from master branch, you have to start build on Docker Hub web page.
Example:
git commit -a -m "ntwk-butterfly-7.10.0" && git push && \
git tag ntwk-butterfly-7.10.0 && git push --tags
List of tag you may find in lotus perository
It works with next tags:
- v*
- ntwk-butterfly-*
- ntwk-nerpa-*
New version is available in Docker Hub
This project is licensed under the Apache 2.0 license.