Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 460 Bytes

dcrwebapi

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