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: 9 days ago
JSON representation
Docker-prepare is a tool for generating Dockerfile from a combination of templates
- Host: GitHub
- URL: https://github.com/javidjms/docker-prepare
- Owner: Javidjms
- License: mit
- Created: 2019-10-24T15:54:56.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-26T20:56:28.000Z (about 3 years ago)
- Last Synced: 2025-03-14T18:46:13.624Z (11 months ago)
- Topics: docker, docker-prepare, dockerfile, extends, jinja, template
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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 `__