DrPsychick / docker-linuxgsm-ubuntu

Base image for linuxgsm with different Ubuntu versions
GNU General Public License v3.0
2 stars 0 forks source link
docker game game-server lgsm linuxgsm server ubuntu

Docker image: drpsychick/linuxgsm-ubuntu

Docker image Travis build status DockerHub pulls DockerHub stars license GitHub stars Paypal GitHub Sponsor

Attention: by using this image, you accept the steamcmd license!

The license can be found within the image: /usr/share/doc/steamcmd/copyright

The license is auto-agreed in the Dockerfile with echo steamcmd steam/question select "I AGREE" | debconf-set-selections

Usage

Either run game server directly or build your own image based on this one

Run gameserver (mount directory to persist server files!)

cd myarkserver
mkdir serverfiles
docker run --rm -t \
  --mount type=bind,source=$PWD/serverfiles,target=/home/lgsm/serverfiles \
  --env SERVERNAME=arkserver \
  drpsychick/linuxgsm-ubuntu start

Known Issues