A Linux DayZ server in a Docker container
Find a file
Daniel Ceregatti b141d2b0da Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot.
Make all bash changes to the dayzserver script instead of creating a wrapper.
Handle the server config and Battle Eye string substitution.
Add the default.cfg from upstream and handle it locally.
2022-03-25 23:17:55 -07:00
files Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
.dockerignore Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
.gitignore Add .gitignore. 2022-03-25 16:25:55 -07:00
docker-compose.yml Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
Dockerfile Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00
LICENSE Initial commit 2022-03-25 23:24:01 +00:00
README.md Refactor to use only one volume, one for the entire contents of the user's home directory. This simplifies a lot. 2022-03-25 23:17:55 -07:00

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