Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shopiqo/docker-yaml-include
https://github.com/shopiqo/docker-yaml-include
docker openapi yaml
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shopiqo/docker-yaml-include
- Owner: shopiqo
- Created: 2021-10-05T19:15:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T19:22:31.000Z (over 3 years ago)
- Last Synced: 2024-10-21T03:30:32.429Z (4 months ago)
- Topics: docker, openapi, yaml
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
docker build . -t yaml-include
docker run --rm -v $(pwd)/examples:/app yaml-include base.yaml result.yml
```