No description
bin | ||
.gitignore | ||
Dockerfile | ||
player.armaProfile | ||
README.md | ||
server.cfg.example |
steam-arma3
steam-arma3 is the base image for an ARMA3 Server.
Data locations
Building steam-arma3
first build the steam-base
image.
docker build -t zombi/steam-arma3 .
Running steam-arma3
docker run -d \
--name arma3 \
-p 2302-2305:2302-2305/udp \
-v /data/steam-games:/home/steam/games \
zombi/steam-arma3