Sign inSign up

dmcallejo/battalion-docker

By dmcallejo

Updated over 8 years ago

Dockerized Battalion community server

Image
0

907

dmcallejo/battalion-docker repository overview

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.

Tag summary

Content type

Image

Digest

Size

450.3 MB

Last updated

over 8 years ago

docker pull dmcallejo/battalion-docker