Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.22 KB

README.md

File metadata and controls

37 lines (29 loc) · 2.22 KB

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

  • Requires a user (UID 750) and group (UID 750) on the host. All server files must be owned by this user.