LoginSignup
1

More than 5 years have passed since last update.

Macにswagger-ui導入した時のメモ

Last updated at Posted at 2017-04-21

リポジトリをクローン

git clone https://github.com/swagger-api/swagger-ui.git

swaggerスペックを./swagger-ui/distに配置

mv でも cp でも使って移動

dockerイメージ作製

docker build -t swagger-ui-builder .

起動

docker run -d -p 127.0.0.1:8080:8080 swagger-ui-builder

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1