add docker image to run it in windows
This commit is contained in:
@ -4,12 +4,19 @@
|
||||
[](https://github.com/fluzzi/connpy/blob/main/LICENSE)
|
||||
[](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
|
||||
```
|
||||
|
Reference in New Issue
Block a user