https://github.com/pathmotion/docker-swagger-php
A light docker container to run swagger-php from Zircote
https://github.com/pathmotion/docker-swagger-php
Last synced: 11 months ago
JSON representation
A light docker container to run swagger-php from Zircote
- Host: GitHub
- URL: https://github.com/pathmotion/docker-swagger-php
- Owner: PathMotion
- Created: 2019-02-01T15:50:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T10:10:11.000Z (about 7 years ago)
- Last Synced: 2025-01-16T20:18:37.422Z (about 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swagger PHP Docker

This is a lightweight Docker image to use [zircote/swagger-php](https://github.com/zircote/swagger-php) in containers.
It runs on the official php7-alpine image with no additions (no composer in the final image)
## Usage
```
docker run -v "$PWD":/app -it pathmotion/swagger-php src/
```
```
docker run -v "$PWD":/app -it pathmotion/swagger-php src/ --output doc.yaml --format yaml --debug
```