Skip to content

TeamUberStrike/windows-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Windows Docker Container

This container enables to run Windows on a Linux host.

Ports

In order to allow for backwards compatibility with Unity 3.5.5, which does not use https, Port 5000 is mapped to Port 80 in the Windows service. Port 5055 and 5155 are for Photon, 843 is for Photon Policy. Port 8006 is for Windows installation purposes, 3389 is for RDP.

https support

It automatically signs and auto-renews certificates for https. Port 80 is redirected to 443.

Useful commands

  • trigger certificates renewal
docker exec -it nginx-proxy-acme   /app/force_renew
  • display nginx config file
docker exec -it nginx-proxy cat /etc/nginx/conf.d/default.conf
  • print logs of service
docker logs <service_name> 
  • check if webservice is available
curl <url_to_svc> 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published