https://github.com/drpsychick/docker-linuxgsm-ubuntu
Base image for linuxgsm with different Ubuntu versions
https://github.com/drpsychick/docker-linuxgsm-ubuntu
docker game game-server lgsm linuxgsm server ubuntu
Last synced: 10 months ago
JSON representation
Base image for linuxgsm with different Ubuntu versions
- Host: GitHub
- URL: https://github.com/drpsychick/docker-linuxgsm-ubuntu
- Owner: DrPsychick
- License: gpl-3.0
- Created: 2019-01-27T01:06:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-28T16:02:23.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:44:02.392Z (almost 2 years ago)
- Topics: docker, game, game-server, lgsm, linuxgsm, server, ubuntu
- Language: Shell
- Size: 57.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Docker image: drpsychick/linuxgsm-ubuntu](https://hub.docker.com/r/drpsychick/linuxgsm-ubuntu)
[](https://hub.docker.com/r/drpsychick/linuxgsm-ubuntu/tags)
[](https://app.travis-ci.com/github/DrPsychick/docker-linuxgsm-ubuntu)
[](https://hub.docker.com/r/drpsychick/linuxgsm-ubuntu/)
[](https://hub.docker.com/r/drpsychick/linuxgsm-ubuntu/)
[](https://github.com/drpsychick/docker-linuxgsm-ubuntu/blob/master/LICENSE)
[](https://github.com/drpsychick/docker-linuxgsm-ubuntu)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FTXDN7LCDWUEA&source=url)
[](https://github.com/sponsors/DrPsychick)
* Source: https://github.com/DrPsychick/docker-linuxgsm-ubuntu
* Image: https://hub.docker.com/r/drpsychick/linuxgsm-ubuntu
* Inspired by: https://github.com/GameServerManagers/LinuxGSM-Docker
#### 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.