Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 262 Bytes

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