V Rising – How to to host a Windows Docker container

V Rising – How to to host a Windows Docker container 1 - steamlists.com
V Rising – How to to host a Windows Docker container 1 - steamlists.com

A quick guide to host a Windows Docker container for V Rising

Preparations

Docker Engine

  • 9876/UDP
     
  • 9877/UDP

 

Run Container

docker run --name vrising --rm -p 9876:9876 -p 9877:9877 -v c:\docker\vrising\srv:'c:/vrsing' -v c:\docker\vrising\data:'c:/users/containeradministrator/appdata/locallow/stunlock studios/vrisingserver/Saves' -e SERVERNAME="dockrbyter" -e MAXADMINS='1' -e MAXPLAYERS='10' -e PORTGAME='9876' -e PORTQUERY='9877' dockrbyter/vrising

V Rising - How to to host a Windows Docker container - Run Container - 95D3196

Settings

Environment Variables (and their defaults)

  • SERVERNAME=”dockrbyter”
  • MAXPLAYERS=”13″
  • MAXADMINS=”3″
  • PORTGAME=”9876″
  • PORTQUERY=”9877″

Locations

  • Serverfiles: C:\vrising\srv
  • Settings & SaveGames: C:\vrising\data

 

Links

 

Written by Zünda

Hope you enjoy the Guide about V Rising – How to to host a Windows Docker container, if you think we should add extra information or forget something, please let us know via comment below, and we will do our best to fix or update as soon as possible!


Be the first to comment

Leave a Reply

Your email address will not be published.


*