This repository was archived by the owner on Jul 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Carl Kittelberger edited this page Sep 25, 2018
·
1 revision
Welcome to the DayZ Docker Image Wiki. It currently only contains information needed to get this image running in some way.
- Clone this repository with git:
git clone https://github.com/icedream/docker-dayzserver.git && cd docker-dayzserver - Install SteamCMD.
- Install the DayZ Server Files into the current folder:
steamcmd +@sSteamCmdForcePlatformType windows +login <username> +force_install_dir $(pwd) +app_update 223350 validate +quit. You will need to login with a valid account and you will need to enter a 2FA token after logging in if you enabled Steam Guard on your account with mobile app authentication. - Build the image with
docker-compose buildor build it before starting up withdocker-compose up --build. Make sure that after this, when doing changes to the image files, that you rebuild withdocker-compose buildor by providing the--buildflag todocker-compose up.