Swagger is a toolset for API development which supports the OpenAPI specification.
This lightweight image is based on Alpine and bundles the Swagger Editor by SmartBear.
It is not an official image of the swaggerapi team.
While newer versions of the official Swagger Editor image now provide multi-architecture support as well (including
arm64used by Raspberry Pi 4), this image focuses on minimalism — resulting in a footprint of roughly one third of the size of the official one. Ideal for home servers, Raspberry Pi, lightweight deployments and edge environments.
The official image can be found at swagger-editor.
This Docker image is available for amd64, arm/v6, arm/v7 and arm64 platforms.
In order to start the editor run ...
docker run --rm --detach --publish 8888:8888 trinimon/swagger-editor:latest
Start a browser and open http://localhost:8888.
Checkout licence information at alpine and Swagger Editor.
Content type
Image
Digest
sha256:dfeb00bd9…
Size
10.4 MB
Last updated
9 months ago
docker pull trinimon/swagger-editor