Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
YOU54F opened this issue May 10, 2024 · 0 comments · Fixed by #69
Closed

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

YOU54F opened this issue May 10, 2024 · 0 comments · Fixed by #69

Comments

@YOU54F
Copy link
Member

YOU54F commented May 10, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant