dmcallejo / battalion-docker

Dockerized Battalion dedicated server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

battalion-docker

Dockerized Self-Updating Battalion 1944 Community Dedicated Server.

Docker Build Status Docker Pulls Docker Automated build Docker Stars

Running the image

This will spawn a Battalion 1944 community server with the default options.

docker run -d --name battalion --restart=unless-stopped --publish 7777-7780 dmcallejo/battalion-docker

You won't have admin rights, so you might look into the next section too.

Customizing the server

If you want to customize your settings, map the volume /config to your local filesystem and tune the DefaultGame.ini to your liking. If the file doesn't exist the image will create a default one.

docker run -d --name battalion --restart=unless-stopped --publish 7777-7780 -v /your/local/directory:/config dmcallejo/battalion-docker

Self-updater

Container will check for server updates and act accordingly each time it boots. This function is rather rudimentary at this point so it may fail in the future.

About

Dockerized Battalion dedicated server.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%