# DayZDockerServer A Linux DayZ server in a Docker container. Edit docker-compose.yml and set the server name: ``` - SERVERNAME=DayZ on Linux ``` Build the container, run it, tail the logs: ``` docker-compose build docker-compose up -d docker-compose logs -f dayzserver ```