Go to file
paul e7b2688147 Add missing LICENSE (MIT) 2019-05-22 11:55:32 +02:00
bin steam-arma3: Some improvements 2018-05-24 14:20:56 +02:00
.gitignore truncate history 2017-04-13 11:05:49 +02:00
Dockerfile Switch to hosted steam image 2018-10-21 18:23:15 +02:00
LICENSE Add missing LICENSE (MIT) 2019-05-22 11:55:32 +02:00
README.md Switch to hosted steam image 2018-10-21 18:23:15 +02:00
player.armaProfile truncate history 2017-04-13 11:05:49 +02:00
server.cfg.example steam-arma3: Some improvements 2018-05-24 14:20:56 +02:00

README.md

steam-arma3

steam-arma3 is the base image for an ARMA3 Server.

Data locations

Building steam-arma3

docker build -t zombi/steam-arma3 .

Running steam-arma3

docker run -d \
  --name arma3 \
  -p 2302-2305:2302-2305/udp \
  -p 2308:2308/udp \
  -v /data/steam-games:/home/steam/games \
  zombi/steam-arma3