Example of running a PowerShell API in Docker.
How to Run:
- Have docker installed.
- In your command prompt, clone this repository and enter the directory.
git clone https://github.com/Nylex-net/powershell-in-dockercd powershell-in-docker
- Build and run the image. In this example, we'll name our image "powershell-api".
docker build -t powershell-api .docker run -p 8080:8080 powershell-api
- Open your browser to http://localhost:8080/