Prove the existence of documents on BitCore (BTX) blockchain
419
Docker image to prove the existence of documents on BitCore (BTX) blockchain.
For the server to start, you will need to pass your config to the Docker image by using a list of environment variables. You will find an example in .sample-env. Please report to the config doc for more info about environment variables.
cp .sample-env .env-docker
You can now start your Docker image as daemon:
docker run -d -i --rm --name proofofexistence --env-file .env-docker -p 3003:3003 dalijolijo/proofofexistence[:VERSION]
You can check that the node is running using:
docker ps
Stop the image:
docker stop proofofexistence
Attach to the docker-node:
docker exec --user node -w /home/node -ti proofofexistence bash
Content type
Image
Digest
Size
420.1 MB
Last updated
almost 8 years ago
docker pull dalijolijo/proofofexistence