معرفی شرکت ها


composerisation-0.1.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A tool used to convert between Docker compose and Docker run.
ویژگی مقدار
سیستم عامل -
نام فایل composerisation-0.1.2
نام composerisation
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Haseeb Majid
ایمیل نویسنده hello@haseebmajid.dev
آدرس صفحه اصلی https://gitlab.com/hmajid2301/composerisation
آدرس اینترنتی https://pypi.org/project/composerisation/
مجوز Apache License
.. image:: https://gitlab.com/hmajid2301/composerisation/badges/master/pipeline.svg :target: https://gitlab.com/hmajid2301/composerisation :alt: Pipeline Status .. image:: https://gitlab.com/hmajid2301/composerisation/badges/master/coverage.svg :target: https://gitlab.com/hmajid2301/composerisation :alt: Coverage .. image:: https://img.shields.io/pypi/l/composerisation.svg :target: https://pypi.org/project/composerisation/ :alt: PyPI Project License .. image:: https://img.shields.io/pypi/v/composerisation.svg :target: https://pypi.org/project/composerisation/ :alt: PyPI Project Version composerisation =============== A CLI tool used to convert between docker-compose to normal Docker CLI commands. .. image:: images/logo_background.png **Warning**: This project is still in beta. Demo ---- Instead of dowloading the tool you can use the `demo website <https://composerisation.haseebmajid.dev>`_. Simply paste your ``docker-compose.yml`` file and press convert then copy the contents from the second input box. **Warning**: The website is only for demo purposes, the code isn't particularly clean. This is not a web service but a CLI tool Usage ----- .. code-block:: bash pip install composerisation composerisation --help Usage: composerisation [OPTIONS] Converts docker-compose files to Docker comamnds. Options: -i, --input-file TEXT Path to file to convert from docker-compose to Docker. [required] -l, --log-level [DEBUG|INFO|ERROR|CRITICAL] Log level for the script. --help Show this message and exit .. code-block:: bash $ composerisation -i docker-compose.yml Docker ------ You can also use the docker image to convert between docker-compose and Docker cli. .. code-block :: bash docker run -v ${PWD}/tests/data/1.yml:/app/docker-compose.yml composerisation Supported Command ================= We support all commands specified in the docker-compose `reference file version 3.8 here <https://docs.docker.com/compose/compose-file/#reference-and-guidelines>`_. Besides from the config options defined below. Services -------- Unsupported config options: - configs - credential_spec - depends_on - deploy - external_links - healthcheck - secrets - volume (long syntax) Networks -------- Unsupported config options: - enable_ipv6 Future Features =============== - Convert between Docker cli commands to docker-compose - Add ``docker pull``, when using images Changelog ========= You can find the `changelog here <https://gitlab.com/hmajid2301/composerisation/blob/master/CHANGELOG.md>`_. Appendix ======== - docker-compose example taken from `here <https://github.com/DataDog/docker-compose-example>`_ - Editable code area from `wales <https://jsfiddle.net/wales/2azkLnad/>`_ - Website inspired by `API Platform <https://api-platform.com/>_`.


زبان مورد نیاز

مقدار نام
~=3.6 Python


نحوه نصب


نصب پکیج whl composerisation-0.1.2:

    pip install composerisation-0.1.2.whl


نصب پکیج tar.gz composerisation-0.1.2:

    pip install composerisation-0.1.2.tar.gz