Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-26T20:56:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T03:20:12.660Z (about 1 month 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 `__