Spoffy / arma3-docker

arma 3 docker server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arma III

How to use this image?

docker run -it \
	-v $PWD/keys:/arma3/keys \
	-v $PWD/mods:/arma3/mods \
	-v $PWD/mpmissions:/arma3/mpmissions \
	-v $PWD/server:/server \
	-v $PWD/params:/arma3/params \
	-v $PWD/profiles:/profiles \
	-p 2302-2305:2302-2305/udp \
	timelf123/arma3:latest

Sample credentials.sh file

This file supplies your steam login credentials to docker at image build time. It is removed from the image before completion of the build.

echo "STEAM_USERNAME=your_steam_username; \
	STEAM_PASSWORD=your_steam_password;"

Sample params file

This file contains arma3 server launch params. It is provided at runtime.

-port=2302
-config=/server/main.cfg
-cfg=/server/basic.cfg
-name=default
-world=empty
-mod=mods/@MOD1;mods/@MOD2
-servermods=

About

arma 3 docker server


Languages

Language:Dockerfile 62.8%Language:Shell 37.2%