0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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

0
1
0

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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?