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.
caktux
39c2ba4e7e
|
10 years ago | |
---|---|---|
.. | ||
Dockerfile | 10 years ago | |
README.md | 10 years ago | |
supervisord.conf | 10 years ago |
README.md
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