Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/javidjms/docker-prepare

Docker-prepare is a tool for generating Dockerfile from a combination of templates
https://github.com/javidjms/docker-prepare

docker docker-prepare dockerfile extends jinja template

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

.. figure:: ./artwork/logo.svg
:alt:

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

.. code:: python

# Installation
pip install -U docker-prepare

.. code:: bash

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

- `Javid Mougamadou `__

Credits
-------

- Logo designed by `Maxime Bergerard `__