We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RE: #61
need to update the docs to reflect publishing images to GHCR and what a user needs to do
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
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
The text was updated successfully, but these errors were encountered:
7772232
Successfully merging a pull request may close this issue.
RE: #61
need to update the docs to reflect publishing images to GHCR and what a user needs to do
DockerHub
Github Container Registry
The text was updated successfully, but these errors were encountered: