Metadata-Version: 2.1
Name: pyinfra-docker
Version: 2.0
Summary: Install & configure Docker with `pyinfra`.
Home-page: https://github.com/Fizzadar/pyinfra-docker
Author: Nick / Fizzadar
Author-email: nick@fizzadar.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: lint
License-File: LICENSE.md

# pyinfra Docker

A basic [pyinfra](https://pyinfra.com) deploy that installs and optionally configures Docker on the target hosts. Officially tested & supported Linux distributions:

+ Ubuntu 16/18/20
+ Debian 8/9/10
+ CentOS 7/8

## Usage

See [the example](https://github.com/Fizzadar/pyinfra-docker/tree/master/example) for a more complete example.

```py
from pyinfra_docker import deploy_docker
deploy_docker()
```


