Skip to content

Commit f13bd8c

Browse files
committed
README updated with docker way
1 parent cf85f7c commit f13bd8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ pipes way:
3131
$ cat some.yaml | openapi-spec-validator -
3232
```
3333

34+
docker way:
35+
36+
```bash
37+
$ docker run -v path/to/some.yaml:/some.yaml --rm p1c2u/openapi-spec-validator /some.yaml
38+
```
39+
3440
or more pythonic way:
3541

3642
```bash

0 commit comments

Comments
 (0)