Swagger Editor: edit Swagger API specs in your browser and preview documentation in real time
2.6K
Swagger Editor lets you edit Swagger API specifications in YAML inside your browser and preview documentation in real time.
In the instructions that follow, replace <http-port> with the HTTP port you want Swagger Editor to be serve from to (e.g. 80 for the standard HTTP port if not already in use on the host).
$ sudo docker run --rm -p <http-port>:8080 sebp/swagger-editor
Add the following lines in an existing or a new docker-compose.yml file:
swaggereditor:
image: sebp/swagger-editor
ports:
- "<http-port>:8080"
Then start a Swagger Editor container with:
$ sudo docker-compose up swaggereditor
First clone or download the spujadas/swagger-editor-docker GitHub repository, open a shell in the newly created swagger-editor-docker directory, then build the image and run a container using Docker or Docker Compose, as explained below.
This command will build the image:
$ sudo docker build .
Build the image with this command:
$ sudo docker-compose build
Written by Sébastien Pujadas, released under the Apache 2 license.
Content type
Image
Digest
sha256:9d8d066ca…
Size
293.4 MB
Last updated
about 11 years ago
docker pull sebp/swagger-editor