https://github.com/mogurastore/dcy
The build tool for docker-compose.yml templates
https://github.com/mogurastore/dcy
docker docker-compose
Last synced: 6 months ago
JSON representation
The build tool for docker-compose.yml templates
- Host: GitHub
- URL: https://github.com/mogurastore/dcy
- Owner: mogurastore
- License: mit
- Created: 2020-06-15T11:39:23.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T17:45:32.000Z (about 2 years ago)
- Last Synced: 2024-11-15T01:07:30.065Z (over 1 year ago)
- Topics: docker, docker-compose
- Language: Go
- Homepage: https://github.com/mogurastore/dcy/pkgs/container/dcy
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Usage
```bash
alias dcy="docker run --rm ghcr.io/mogurastore/dcy"
dcy help
dcy dump golang > compose.yaml
```