Skip to content

lra/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker

Circle CI

Some Docker stuff I use.

go-ethereum

Official golang implementation of the Ethereum protocol.

Features

  • Don't run geth as root
  • Persist ethereum blockchain data between stop/start

Usage

# Create the persistent volume that will persist the Ethereum blockchain.
docker volume create --name ethereum-data

# Launch the Go Ethereum in a container named ethereum, lauched in the
# background (-d), with its ports forwarded to the host (-P), and the
# ethereum-data volume mounted (-v)
docker run --name ethereum -d -P -v ethereum-data:/var/lib/ethereum lolo/go-ethereum

Requirements

  • Docker 1.10.2+

About

Some Docker stuff I use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages