We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae4776b + 3cb635c commit 17fd615Copy full SHA for 17fd615
README.md
@@ -77,9 +77,9 @@ In this example the `$(pwd)/core/src/test/resources` directory is mounted in the
77
in readonly mode (`ro`).
78
79
```bash
80
-docker run -t \
+docker run --rm -t \
81
-v $(pwd)/core/src/test/resources:/specs:ro \
82
- openapitools/openapi-diff /specs/path_1.yaml /specs/path_2.yaml
+ openapitools/openapi-diff:latest /specs/path_1.yaml /specs/path_2.yaml
83
```
84
85
The remote name `openapitools/openapi-diff` can be replaced with `local-openapi-diff` or the name you gave to your local image.
0 commit comments