Skip to content

Nylex-net/powershell-in-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Powershell in Docker

Example of running a PowerShell API in Docker.

How to Run:

  1. Have docker installed.
  2. In your command prompt, clone this repository and enter the directory.
    • git clone https://github.com/Nylex-net/powershell-in-docker
    • cd powershell-in-docker
  3. 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
  4. Open your browser to http://localhost:8080/

About

An API example using a PowerShell script in a Docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published