معرفی شرکت ها


dogen-2.4.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Dockerfile generator tool
ویژگی مقدار
سیستم عامل -
نام فایل dogen-2.4.4
نام dogen
نسخه کتابخانه 2.4.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Cloud Enablement
ایمیل نویسنده cloud-enablement-feedback@redhat.com
آدرس صفحه اصلی https://github.com/jboss-dockerfiles/dogen
آدرس اینترنتی https://pypi.org/project/dogen/
مجوز MIT
Dogen [dodʒen] ============== This is a simple tool to generate `Dockerfile` files from YAML templates. .. image:: much_files.jpg Usage ----- This tool is shipped as a Docker image registered as :code:`jboss/dogen`. You can see the :code:`Dockerfile` for this image in the main directory of the source distribution. This Docker image uses some conventions: 1. The **image template** that should be converted into :code:`Dockerfile` is expected to be available at :code:`/input/image.yaml`. 2. The output directory will be :code:`/output`. 3. The directory with (optional) scripts should be available at :code:`/scripts`. Considering above you need to remember to mount appropriate volumes at the container start. You are free to change the paths, but please remember to provide new locations as part of the container's :code:`run` command instruction. Examples ~~~~~~~~ Assuming your current working directory contains your :code:`image.yaml` file, any scripts your :code:`image.yaml` references are in an adjacent subdirectory called :code:`scripts` and you want the output written to an adjacent sub-directory named :code:`out`: docker run -it --rm -v $(pwd):/tmp:z dogen:latest --verbose /tmp/image.yaml /tmp/out


نحوه نصب


نصب پکیج whl dogen-2.4.4:

    pip install dogen-2.4.4.whl


نصب پکیج tar.gz dogen-2.4.4:

    pip install dogen-2.4.4.tar.gz