Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitor83/docker-cd-template-teste
https://github.com/jvitor83/docker-cd-template-teste
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvitor83/docker-cd-template-teste
- Owner: jvitor83
- Created: 2020-01-14T21:07:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T21:07:32.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T03:40:59.544Z (about 1 month ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Continuous Delivery Template
```sh
npm install -g gomplate
echo '{"SOFTWARE_NAME":"software","DNS_PREFIX":"software-api","DNS_SUFFIX":"enterprise.com"}' > config.json
gomplate --datasource config=config.json --input-dir=docker-cd-template --output-dir=template-result-1
```