https://github.com/textileio/lotus-build
Automatic Lotus docker image building
https://github.com/textileio/lotus-build
Last synced: over 1 year ago
JSON representation
Automatic Lotus docker image building
- Host: GitHub
- URL: https://github.com/textileio/lotus-build
- Owner: textileio
- License: mit
- Created: 2020-04-06T14:53:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T14:20:03.000Z (almost 5 years ago)
- Last Synced: 2025-03-24T16:14:15.633Z (over 1 year ago)
- Language: Dockerfile
- Homepage:
- Size: 77.1 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lotus-build
Automatically builds [textile/lotus](https://hub.docker.com/repository/docker/textile/lotus) image (`master` branch).
The Docker image is a pristine Lotus node without any sidecars or extra configuration. Recall that by default Lotus API endpoint is binded to `127.0.0.1:1234`, if you wan't to be accessed externally specify an enviroment variable: `LOTUS_API_LISTENADDRESS=/ip4/0.0.0.0/tcp/1234/http`.
The Dockerfile only defines a `CMD` so it can be overriden if that's useful for your use-case.