From 921f76e7ee9392eaa3175ba54eb414f9d4870932 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Mon, 2 Jan 2017 14:23:59 -0700 Subject: [PATCH] updated readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1bb192ec..3c9007a5 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ You can rebuild swagger-ui on your own to tweak it or just so you can say you di ### Development Use `npm run serve` to make a new build, watch for changes, and serve the result at http://localhost:8080/. +### Running with Docker + +``` +docker pull swaggerapi/swagger-ui +docker run -p 80:8080 swagger-ui +``` + ### Build using Docker To build swagger-ui using a docker container: