https://github.com/connormac/aion-dev-docker
Dockerfile for building a local dev node
https://github.com/connormac/aion-dev-docker
aion blockchain docker-image node
Last synced: about 1 month ago
JSON representation
Dockerfile for building a local dev node
- Host: GitHub
- URL: https://github.com/connormac/aion-dev-docker
- Owner: ConnorMac
- Created: 2018-07-30T13:37:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T10:58:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T18:29:37.670Z (over 1 year ago)
- Topics: aion, blockchain, docker-image, node
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aion-dev-docker
Dockerfile for building a local dev node
## Docker
`docker run --name=aion -p 127.0.0.1:8545:8545 -d connormac/aion-dev-node`