Dockerfile for procon
Procon is a remote managment tool built in .NET for Battlefield Servers - BC2, BF3 & BF4
https://forum.myrcon.com/showthread.php?5813-Download-Procon-1-X
docker run -d --name=procon -p 27260:27260 \
--restart=always \
-e PC_PORT=27260 \
-e PC_SERVER_NAME=Battlefield \
-e PC_SERVER_TYPE=BF4 \
-e PC_SERVER_IP=192.0.2.1 \
-e PC_SERVER_PORT=1234 \
-e PC_SERVER_PASSWORD=1234 \
rungeict/procon
Content type
Image
Digest
Size
139.7 MB
Last updated
almost 10 years ago
docker pull rungeict/procon