Chapter2. install swagger-editor

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)