No description
				
			
		| bin | ||
| .gitignore | ||
| Dockerfile | ||
| LICENSE | ||
| player.armaProfile | ||
| README.md | ||
| server.cfg.example | ||
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