You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

477 B

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