Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kunstmaan/docker-ethereum
Docker images with the latest Ethereum Blockchain installed
https://github.com/Kunstmaan/docker-ethereum
Last synced: 17 days ago
JSON representation
Docker images with the latest Ethereum Blockchain installed
- Host: GitHub
- URL: https://github.com/Kunstmaan/docker-ethereum
- Owner: Kunstmaan
- License: mit
- Created: 2016-02-08T15:35:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-14T00:59:39.000Z (about 7 years ago)
- Last Synced: 2024-08-01T02:31:27.842Z (3 months ago)
- Language: Shell
- Homepage: https://labs.kunstmaan.be
- Size: 5.86 KB
- Stars: 35
- Watchers: 8
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ethereum
This is the repository for the kunstmaan/ethereum-{g}eth docker images.
## Images
* [kunstmaan/ethereum-eth](https://hub.docker.com/r/kunstmaan/ethereum-eth/): An Ubuntu 16.04 image with the Ethereum C++ eth binaries installed.
* [kunstmaan/ethereum-geth](https://hub.docker.com/r/kunstmaan/ethereum-geth/): An Ubuntu 16.04 image with the Ethereum Go geth binaries installed.
* [kunstmaan/ethereum-geth-devnet](https://hub.docker.com/r/kunstmaan/ethereum-geth-devnet/): The geth image running a devnet
* [kunstmaan/ethereum-geth-testnet](https://hub.docker.com/r/kunstmaan/ethereum-geth-testnet/): The geth image running a testnet
* [kunstmaan/ethereum-geth-console](https://hub.docker.com/r/kunstmaan/ethereum-geth-console/): The geth image with two helper commands to connect to the test or devnet## Running
Use this [docker-compose.yml](https://github.com/Kunstmaan/docker-ethereum/blob/master/docker-compose.yml) and run:
```
docker-compose up -d
```## Connecting to an image
Run `docker ps`to find the name of the container and attach to it by running `docker attach `