hev / ytt-enterprise

Basic template for generating an anchore enterprise docker-compose file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YTT Docker Compose Template

This repo has a basic template for generating a docker-compose file for testing purposes. Edit variables in dc.yaml and the use ytt to generate your docker-compose.yaml file by doing the following.

ytt -f dc.yaml > docker-compose.yaml

then simply pull and run locally using

docker-compose pull
docker-compose up

About

Basic template for generating an anchore enterprise docker-compose file.