Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 646 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 646 Bytes

dcrwebapi

ISC License

Build Docker image

docker build -t decred/dcrwebapi .

Push to Dockerhub

docker login

Enter your Docker HUB credentials that has write access to the decred/dcrwebapi repository.

docker push decred/dcrwebapi

Run image

docker pull decred/dcrwebapi:latest

By default, the container exposes port 80.

docker run --rm -d -p [local port]:80 decred/dcrwebapi

License

dcrwebapi is licensed under the copyfree ISC License.