Skip to content

Docker-prepare is a tool for generating Dockerfile from a combination of templates

License

Notifications You must be signed in to change notification settings

Javidjms/docker-prepare

Repository files navigation

Docker-prepare

Docker-prepare is a tool for generating Dockerfile from a combinaisons of templates

Note

This project is currently in development.

A better documentation and testing scripts will be added in the next release.

Quick start

# Installation
pip install -U docker-prepare
# Usage
docker-prepare --input Dockertemplate --output Dockerfile
docker-prepare --input Dockertemplate --output Dockerfile --env_file .env --env_file .env.local
# Dockertemplate
{% include "Dockertemplate.base" %}
{% include "Dockertemplate.core" %}

Contributors

Credits

About

Docker-prepare is a tool for generating Dockerfile from a combination of templates

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published