icedream / docker-dayzserver

(WIP and highly experimental) An attempt to get a DayZ server working inside Docker!
36 stars 11 forks source link

Quick tutorial #7

Open ARatfat opened 5 years ago

ARatfat commented 5 years ago

Hello,

Your project sound very interesting ! But can you make a quick tutorial how install it properly Thank you so much

Best Regards

andreek commented 5 years ago

In steamcmd-auth branch is more description about installation in the README: https://github.com/icedream/docker-dayzserver/tree/steamcmd-auth

icedream commented 5 years ago

Sorry for the late reply but I'll get to documenting the image properly during the weekend. I was working on setting up the Docker image so it can actually be somehow built directly from the Git repository. The problem is that I can't just steamcmd the game server files as they currently require some form of authentication. Whether the account owns DayZ does not actually matter.

The master branch currently relies on putting all Docker files inside of an existing DayZ game directory and building the image from there. This is different to the README linked above that's from the incomplete steamcmd-auth branch. It's not really convenient but it'll do for now.

PaulBrandt commented 5 years ago

This is great news. As I really look forward to have a nice and easy to setup implementation for this.