Go to file
2017-04-13 11:05:49 +02:00
bin truncate history 2017-04-13 11:05:49 +02:00
.gitignore truncate history 2017-04-13 11:05:49 +02:00
Dockerfile truncate history 2017-04-13 11:05:49 +02:00
player.armaProfile truncate history 2017-04-13 11:05:49 +02:00
README.md truncate history 2017-04-13 11:05:49 +02:00
server.cfg.example truncate history 2017-04-13 11:05:49 +02:00

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