Compare commits
No commits in common. "55a56d18593701facfd7bdac84808d71f2a87a89" and "4ceb7975811e011af277e584d6c34541c792759d" have entirely different histories.
55a56d1859
...
4ceb797581
22
README.rst
22
README.rst
|
@ -4,14 +4,12 @@ pyinfra-docker-compose
|
||||||
.. image:: https://img.shields.io/pypi/v/pyinfra
|
.. image:: https://img.shields.io/pypi/v/pyinfra
|
||||||
:alt: PyPI - Version
|
:alt: PyPI - Version
|
||||||
|
|
||||||
|
-----
|
||||||
|
|
||||||
A pyinfra module to install the Docker Compose plugin.
|
A pyinfra module to install the Docker Compose plugin.
|
||||||
|
|
||||||
Table of Contents
|
.. contents:: Table of Contents
|
||||||
-----------------
|
:depth: 1
|
||||||
|
|
||||||
- `Installation <#installation>`_
|
|
||||||
- `Usage <#usage>`_
|
|
||||||
- `License <#license>`_
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
@ -20,20 +18,10 @@ Installation
|
||||||
|
|
||||||
pip install pyinfra-docker-compose
|
pip install pyinfra-docker-compose
|
||||||
|
|
||||||
Usage
|
|
||||||
-----
|
|
||||||
|
|
||||||
.. code-block:: python
|
|
||||||
|
|
||||||
from pyinfra_docker_compose import deploy_docker_compose
|
|
||||||
|
|
||||||
deploy_docker_compose()
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
``pyinfra-docker-compose`` is distributed under the terms of the `MIT`_ license.
|
``pyinfra-docker-compose`` is distributed under the terms of the `MIT`_ license.
|
||||||
|
|
||||||
|
|
||||||
.. _MIT: https://spdx.org/licenses/MIT.html
|
.. MIT:: https://spdx.org/licenses/MIT.html
|
||||||
|
|
Loading…
Reference in New Issue