API管理工具swagger也可以用docker安装
官方参考网址
https://swagger.io/docs/swagger-tools/#swagger-editor-documentation-0
- 获取最新版
$ docker pull swaggerapi/swagger-editor
- 运行服务,设置端口
$ docker run -p 80:8080 swaggerapi/swagger-editor
- 查看地址
http://localhost:80
API管理工具swagger也可以用docker安装
官方参考网址
https://swagger.io/docs/swagger-tools/#swagger-editor-documentation-0
$ docker pull swaggerapi/swagger-editor
$ docker run -p 80:8080 swaggerapi/swagger-editor
http://localhost:80
本文标题:Chapter2. install swagger-editor
本文链接:https://www.haomeiwen.com/subject/flxpvxtx.html
网友评论