Sign inSign up

sveneh/cpp-ethereum

By sveneh

Updated almost 11 years ago

Image
4

2.3K

sveneh/cpp-ethereum repository overview

Dockerfile for cpp-ethereum

Quick usage
docker run -d ethereum/client-cpp
Building

Dockerfile to build a cpp-ethereum docker image from source

docker build -t cpp-ethereum .
Running
docker run -d cpp-ethereum
Usage

First enter the container:

docker exec -it <container name> bash

Inspect logs:

cat /var/log/cpp-ethereum.log
cat /var/log/cpp-ethereum.err

Restart supervisor service:

supervisorctl restart cpp-ethereum

Tag summary

Content type

Image

Digest

sha256:004852aa2

Size

150.4 MB

Last updated

about 11 years ago

docker pull sveneh/cpp-ethereum