pact-foundation / pact-stub-server

Standalone pact stub server
MIT License
75 stars 19 forks source link

docs: update README to reflect Docker images published to GHCR #67

Closed YOU54F closed 1 month ago

YOU54F commented 2 months ago

RE: #61

need to update the docs to reflect publishing images to GHCR and what a user needs to do

DockerHub

docker pull pactfoundation/pact-stub-server
docker run -t -p 8080:8080 -v "$(pwd)/pacts/:/app/pacts" pactfoundation/pact-stub-server -p 8080 -d pacts

Github Container Registry

docker pull ghcr.io/pact-foundation/pact-stub-server
docker run -t -p 8080:8080 -v "$(pwd)/pacts/:/app/pacts" ghcr.io/pact-foundation/pact-stub-server -p 8080 -d pacts