Run Microsoft WinRM service in a Windows container.
Why?
You might want to have an integration test environment to try it out.
docker build -t winrm .
docker run -d -p 55985:5985 winrm
Using masterzen/winrm-cli
winrm -port 55985 -username User03 -password Passw0rd -hostname localhost ipconfig