معرفی شرکت ها


dockeb-0.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The Keb Docker wrapper
ویژگی مقدار
سیستم عامل -
نام فایل dockeb-0.3.0
نام dockeb
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Antoine Busque
ایمیل نویسنده antoinebusque@gmail.com
آدرس صفحه اصلی https://github.com/abusque/dockeb
آدرس اینترنتی https://pypi.org/project/dockeb/
مجوز MIT
====== dockeb ====== .. image:: https://img.shields.io/pypi/v/dockeb.svg :target: https://pypi.org/project/dockeb/ :alt: PyPI *Documentation aussi disponible en* `français <README.fr.rst>`_ **dockeb**, the Keb Docker wrapper. **dockeb** can be used as a drop-in replacement for the `Docker command-line <https://docs.docker.com/engine/reference/commandline/cli/>`_. The difference between docker and **dockeb** is name generation. While docker generates names of the form ``adjective_surname`` for containers, **dockeb** generates a random Keb name. If you give an explicit name to a container, using the ``--name`` flag, it will be left unchanged. Requirements ------------ To run **dockeb**, you will need Python ≥ 3.4, as well as `Docker <https://docs.docker.com/>`_. For installing, we recommend using the ``pip`` package manager. Installing ---------- To install **dockeb** system-wide, run: .. code-block:: sh sudo pip3 install dockeb To install **dockeb** manually from source, the steps are as follows: .. code-block:: sh git clone git@github.com:abusque/dockeb.git cd dockeb sudo ./setup.py install Using ----- Once installed, you can use **dockeb** by running the following command: .. code-block:: sh dockeb For a more interesting command, try: .. code-block:: sh dockeb run hello-world dockeb ps -a You will notice that the container was given a Keb name when created. To automatically use **dockeb** instead of ``docker``, consider defining an alias in your shell configuration: .. code-block:: sh alias docker='dockeb' Development ----------- For local development of **dockeb**, you may use `pipenv <https://docs.pipenv.org/>`_. Use ``pipenv install --dev`` to generate a virtual environment into which the dependencies will be installed. You may then use ``pipenv shell`` to activate that environment. For publishing releases to PyPI, we recommend using `Twine <https://pypi.org/project/twine/>`_. See Also -------- * `qng <https://github.com/abusque/qng>`_, the Queb name generator.


نیازمندی

مقدار نام
<2.0.0,>=1.0.0 qng


نحوه نصب


نصب پکیج whl dockeb-0.3.0:

    pip install dockeb-0.3.0.whl


نصب پکیج tar.gz dockeb-0.3.0:

    pip install dockeb-0.3.0.tar.gz