JamesWTruher / PsPython

Hosting PowerShell in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PsPython

Hosting PowerShell in Python

To create the docker image, type the following:

PS> docker build --tag pspython:demo .

to run the demo, type:

PS> docker run --rm -it pspython:demo

and follow the demo instructions

About

Hosting PowerShell in Python

License:MIT License


Languages

Language:Python 82.5%Language:Dockerfile 14.0%Language:Shell 3.5%