https://github.com/mr-guard/dayz-sa-server-docker
Docker Image for DayZ Standalone Server
https://github.com/mr-guard/dayz-sa-server-docker
dayz docker linux standalone
Last synced: about 1 year ago
JSON representation
Docker Image for DayZ Standalone Server
- Host: GitHub
- URL: https://github.com/mr-guard/dayz-sa-server-docker
- Owner: mr-guard
- Created: 2021-09-11T08:36:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T11:07:59.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T11:37:59.310Z (over 1 year ago)
- Topics: dayz, docker, linux, standalone
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Image for DayZ Standalone Server
> Currently only Experimental Server since linux server is not yet released to stable
### Run the image
The default startup command will update/install the server using the steamcmd (with anonymous login).
Everything steam cmd downloads will be located in the `/dayz/server` directory, so make sure to create a volume for this dir or map it to the host file system.
Example:
```
docker run -d -P \\
-v "${PWD}:/dayz/server" \\
--restart unless-stopped \\
senfo/dayz-sa-server-docker \\
```
### Environment
| Variable | Description | Default |
| --- | --- | --- |
| STEAM_CMD_USER | the username for steam cmd login | anonymous |
| STEAM_CMD_PASSWORD | the password for steam cmd login | |
| UPDATE_EXTRA_ARGS | args passed to the steam cmd update command, i.e. workshop items | |
| START_EXTRA_ARGS | args passed to the server start command i.e. server profile etc | |
| APP_ID | the steam app id for the dayz server | 1042420 (experimental) |