A pyinfra module to install the Docker Compose plugin.
 
Go to file
Raoul Snyman 55a56d1859 Merge pull request 'Fix README' (#2) from raoul/pyinfra-docker-compose:fix-readme into master
Reviewed-on: #2
2022-11-24 07:20:39 +00:00
pyinfra_docker_compose Add the initial package 2022-11-24 00:01:58 -07:00
tests Add the initial package 2022-11-24 00:01:58 -07:00
.editorconfig Add the initial package 2022-11-24 00:01:58 -07:00
.flake8 Add the initial package 2022-11-24 00:01:58 -07:00
.gitignore Initial commit 2022-11-24 06:11:54 +00:00
LICENSE.txt Add the initial package 2022-11-24 00:01:58 -07:00
README.rst Fix README 2022-11-24 00:19:38 -07:00
pyproject.toml Add the initial package 2022-11-24 00:01:58 -07:00

README.rst

pyinfra-docker-compose

PyPI - Version

A pyinfra module to install the Docker Compose plugin.

Table of Contents

Installation

pip install pyinfra-docker-compose

Usage

from pyinfra_docker_compose import deploy_docker_compose

deploy_docker_compose()

License

pyinfra-docker-compose is distributed under the terms of the MIT license.