add docker image to run it in windows

This commit is contained in:
2023-12-06 17:46:10 -03:00
parent 3e32aa958c
commit 3d5db06343
7 changed files with 52 additions and 3 deletions

View File

@ -4,12 +4,19 @@
[![](https://img.shields.io/pypi/l/connpy.svg?style=flat-square)](https://github.com/fluzzi/connpy/blob/main/LICENSE)
[![](https://img.shields.io/pypi/dm/connpy.svg?style=flat-square)](https://pypi.org/pypi/connpy/)
Connpy is a ssh and telnet connection manager and automation module
Connpy is a ssh and telnet connection manager and automation module for Linux, Mac and Docker
## Installation
pip install connpy
### Run it in Windows using docker
```
git clone https://github.com/fluzzi/connpy
docker compose -f path/to/folder/docker-compose.yml build
docker compose -f path/to/folder/docker-compose.yml run -it connpy-app
```
## Automation module usage
### Standalone module
```