Custom go-ethereum images, which use gosu.
1.6K
NOTE: Not everything in this readme is relevant when you read this on Docker Hub. The builds are performed automatically and multiple images exist in this repository. Every build overwrites the specific README for that image, so that's why this one contains the information for all of them. The sources of this image and others can be found on https://github.com/dsbaars/docker-blockchain
Custom go-ethereum images, which use gosu.
dsbaars/go-ethereum: geth with gosu (1.9)
alpine-stable: built from git on alpine 3.4debian-source: built from git on debian wheezydebian-source-develop: built from git on debian wheezy (branch develop)debian-source-swarm: built from git on debian wheezy (branch swarm)ubuntu-devppa: install from dev PPA on ubuntu xenialdsbaars/go-ethereum-privatechain: geth with gosu for private ethereum chains
:develop: extended from debian-source-develop:stable: extended from debian-sourceversion: '2'
services:
customgeth:
image: dsbaars/go-ethereum-privatechain:develop
volumes:
- /opt/customchain/data:/opt/geth
- /opt/customchain/ethash:/home/geth/.ethereum
ports:
- 30303:30303
- 8545:8545
- 8546:8546
environment:
- NODE_NAME=private_node
- NETWORK_ID=12345
- GETH_USER=1001
Content type
Image
Digest
Size
309.5 MB
Last updated
about 10 years ago
docker pull dsbaars/go-ethereum:debian-src-swarm