Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.
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.

Installation

  1. Clone this repository with git: git clone https://github.com/icedream/docker-dayzserver.git && cd docker-dayzserver
  2. Install SteamCMD.
  3. 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.
  4. Build the image with docker-compose build or build it before starting up with docker-compose up --build. Make sure that after this, when doing changes to the image files, that you rebuild with docker-compose build or by providing the --build flag to docker-compose up.
Clone this wiki locally