Giter VIP home page Giter VIP logo

containers's Introduction

O1 Containers Collection

Containerized Web3 and Cloud-Native applications

Overview

Containers

name description image
avalanchego Go implementation of an Avalanche node avalanchego
besu an open source Ethereum client developed under the Apache 2.0 license and written in Java besu
bitcoind Client software for running a Bitcoin Core node bitcoind
bitcoin-abcd Node software for the Bitcoin Cash/eCash project bitcoin-abcd
dogecoind Node software for the Dogecoin community driven cryptocurrency project dogecoind
erigon an implementation of Ethereum (execution client), on the efficiency frontier, written in Go erigon
litecoind Node software for the Litecoin digital currency payments network litecoin
lodestar an open-source Ethereum Consensus client and Typescript ecosystem lodestar
mev-boost a proposer-builder separation (PBS) implementation/middleware run by ETH validators to access a competitive block-building market based on Maximal Extractable Value (MEV) mev-boost
nethermind an Ethereum protocol execution client built on .NET nethermind
nimbus a lightweight Ethereum consensus client developed by the Status Network nimbus

Options

run args
  • RUN_ARGS: specify arbitrary application command-line arguments on container startup within the runtime environment.
docker run --env RUN_ARGS="--help" <image>
dynamic application configuration mounts

Mount customized application configuration files to locations of your choosing - can be used in tandem with RUN_ARGS to specify where configuration files are loaded from.

docker run --volume ./config/mainnet:/config <image> --env RUN_ARGS=--config-dir=/config
custom entrypoints

Execute customized scripts and operations within each container on startup. All executables mounted to /docker-entrypoint.d will be ran in lexical sort order according to the C/POSIX locale character collation rules. (example)

docker run --volume ./custom-app-entrypoints:/docker-entrypoint.d <image>

License

MIT

Author Information

Created in 2023 by O1.IO.

๐Ÿ† always happy to help & donations are always welcome ๐Ÿ’ธ

  • ETH (Ethereum): 0x652eD9d222eeA1Ad843efec01E60C29bF2CF6E4c

  • BTC (Bitcoin): 3E8gMxwEnfAAWbvjoPVqSz6DvPfwQ1q8Jn

  • ATOM (Cosmos): cosmos19vmcf5t68w6ug45mrwjyauh4ey99u9htrgqv09

containers's People

Contributors

o1ahmad avatar 0x0i avatar justindrake avatar

Watchers

Kostas Georgiou avatar  avatar  avatar

Forkers

justindrake

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.