Skip to content

nugaon/cointainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  _|_|_|    _|_|    _|_|_|  _|      _|  _|_|_|_|_|    _|_|    _|_|_|  _|      _|  _|_|_|_|  _|_|_|    
_|        _|    _|    _|    _|_|    _|      _|      _|    _|    _|    _|_|    _|  _|        _|    _|  
_|        _|    _|    _|    _|  _|  _|      _|      _|_|_|_|    _|    _|  _|  _|  _|_|_|    _|_|_|    
_|        _|    _|    _|    _|    _|_|      _|      _|    _|    _|    _|    _|_|  _|        _|    _|  
  _|_|_|    _|_|    _|_|_|  _|      _|      _|      _|    _|  _|_|_|  _|      _|  _|_|_|_|  _|    _|  

Description

The Cointainer is a git repository for blockchain based local node Docker images. The images have the ability to connect both the Testnet and the Mainnet. With this you can easily build up local nodes for test or for production use cases.

The project also made for the BicycleChain.

Project structure

│
└── local_nodes/ - contains all available blockchain node images.
    └── {CoinName}/ - the name of the coin, which has testnet and mainnet
        ├── README.md - Describes the usage of the image, lists the helpful documentaries for the coin, etc.
        ├── Dockerfile - if no official image available for the coin it's necessary to build the image :)
        ├── run_on_testnet.sh - starts the server within a container on testnet.
        └── run_on_mainnet.sh - starts the server within a container on mainnet.

Docker images

The images must to be Linux kernel based.

Error handling

If debug log says you don't have permission to do something via RPC just set the allowed IPs to fit your own environment in its configuration and restart the container.

About

Docker images for blockhain nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published