We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45da11 commit 3cb635cCopy full SHA for 3cb635c
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