Skip to content

Files

Latest commit

 

History

History

winrm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

WinRM

Run Microsoft WinRM service in a Windows container.

Why?

You might want to have an integration test environment to try it out.

Build the image

docker build -t winrm .

Run the image

docker run -d -p 55985:5985 winrm

Test SSH connection

Using masterzen/winrm-cli

winrm -port 55985 -username User03 -password Passw0rd -hostname localhost ipconfig

Dockerfile