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 2a1eca7 commit 17ea197Copy full SHA for 17ea197
README.md
@@ -41,6 +41,20 @@ or
41
http://localhost:8002/?url=http://petstore.swagger.io/v2/swagger.json
42
```
43
44
+### Running from docker
45
+
46
+Running the docker
47
48
+```
49
+docker-compose up
50
51
52
+Using the service from docker
53
54
55
+http://$(docker-machine ip default):8080/?url=http://petstore.swagger.io/v2/swagger.json
56
57
58
---
59
<img src="http://swagger.io/wp-content/uploads/2016/02/logo.jpg"/>
60
docker-compose.yml
@@ -0,0 +1,4 @@
1
+swagger-validator:
2
+ build: .
3
+ ports:
4
+ - 8080:8080
0 commit comments