Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvitor83/docker-cd-template-teste


https://github.com/jvitor83/docker-cd-template-teste

Last synced: 20 days ago
JSON representation

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
```