docker run -d ethereum/client-cpp Dockerfile to build a cpp-ethereum docker image from source
docker build -t cpp-ethereum . docker run -d cpp-ethereum 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