Metadata-Version: 2.1
Name: pyinfra-docker
Version: 1.0
Summary: Install & configure Docker with `pyinfra`.
Home-page: https://github.com/Fizzadar/pyinfra-docker
Author: Nick / Fizzadar
Author-email: pointlessrambler@gmail.com
License: MIT
Description: # 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()
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
