Giter VIP home page Giter VIP logo

filecoin-docker's Introduction

filecoin-docker

CircleCI

A Docker image for Lotus Filecoin nodes.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisities

In order to run this container you'll need docker installed.

Usage

## Build the Docker image
make build
## Create folder and run the Docker container
mkdir -p $HOME/lotus && sudo chown -R 2000:2000 $HOME/lotus
make run

or using our image(intel cpu only)

docker run -d --name lotus \
-p 1234:1234 -p 1235:1235 \
-e INFRA_LOTUS_DAEMON="true" \
-e INFRA_LOTUS_HOME="/home/lotus_user" \
-e INFRA_IMPORT_SNAPSHOT="true" \
-e SNAPSHOTURL="https://fil-chain-snapshots-fallback.s3.amazonaws.com/mainnet/minimal_finality_stateroots_latest.car" \
-e INFRA_SYNC="true" \
--network host \
-v /tmp/lotus:/home/lotus_user \
glif/lotus:v1.9.0

or with compose

## Build the Docker image
docker-compose build
## Run the Docker container
## Set TAG before up
docker-compose up -d

Verify that the container is running successfully with:

docker ps

Environment Variables

  • BRANCH - The git release, tag or branch
  • LOTUS_EXPORT - Set to true if you want to export chain snapshots on a daily basis somewhere
  • LOTUS_EXPORT_PATH - If LOTUS_EXPORT is set to true - specify whether .car file should be saved
  • INFRA_SHEDEXPORT - Set to true if you want to export chain snapshots using lotus-shed
  • INFRA_SHEDEXPORTPERIOD - Defines period of chain snapshotting. Examples: 1m, 1h, 1d
  • INFRA_SHEDEXPORTPATH - Defines path where to export chain snapshot
  • INFRA_CLEAR_RESTART - Set true if you want to remove all data when container will fail
  • INFRA_LOTUS_DAEMON - Set true to start daemon after configure
  • INFRA_LOTUS_GATEWAY - Set true to start lotus gateway service.
  • INFRA_LOTUS_HOME - Define lotus home dir
  • INFRA_LOTUS_LITE - Set true to start lotus lite mode
    • FULLNODE_API_INFO - Set if you want to start lotus in lite mode.
  • INFRA_IMPORT_SNAPSHOT - Set true for import snapshot
  • SNAPSHOTURL - SNAPSHOT URL (https://...)

Volumes

  • /home/lotus_user/.lotus - lotus main folder

Useful File Locations

  • /scripts/run - Docker entrypoint script

Dependencies

  • golang:1.15.5
  • git
  • mesa-opencl-icd
  • ocl-icd-opencl-dev
  • gcc
  • bzr
  • jq
  • pkg-config
  • clang
  • libhwloc-dev
  • ocl-icd-opencl-dev

Automatic build in docker hub

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 repository

or

  • change variable ARG BRANCH in Dockerfile, BRANCH in Makefile and execute make git-push

If you want run build manually from master branch, you have to change variable ARG BRANCH in Dockerfile push to repository, 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 repository

It works with next tags:

  • v*
  • ntwk-*

New version is available in Docker Hub

Docker image contains:

  • ubuntu:18.04
  • curl
  • nano
  • libhwloc-dev
  • lotus
  • lotus-shed
  • lotus-gateway

Find Us

License

This project is licensed under the Apache 2.0 license.

filecoin-docker's People

Contributors

rkandratsiuk avatar ryanandersen avatar arseniipetrovich avatar natewalck avatar natewalckcdo avatar listenaddress avatar schwartz10 avatar fdachille avatar mattiafailla avatar ognots avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.