docker build -t decred/dcrwebapi .
docker login
Enter your Docker HUB credentials that has write access to the decred/dcrwebapi
repository.
docker push decred/dcrwebapi
docker pull decred/dcrwebapi:latest
By default, the container exposes port 80.
docker run --rm -d -p [local port]:80 decred/dcrwebapi