Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 674 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 674 Bytes

Docker build for Unity MasterServer

This repository provides Dockerfile for Unity MasterServer

Status

  • Unity MasterServer: 2.0.1f1
  • CentOS: 6

Built images are uploaded to index.docker.io

Usage:

  • Install Docker: http://docs.docker.io/
  • Execute docker run -d --name MasterServer -p 23466:23466/udp shaker/unity-master-server
  • MasterServer will be running on 23466 UDP port
  • Stop and start again
    • docker stop MasterServer
    • docker start MasterServer