Code Monkey home page Code Monkey logo

docker-linuxgsm-ubuntu's Introduction

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.

docker-linuxgsm-ubuntu's People

Contributors

drpsychick avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

docker-linuxgsm-ubuntu's Issues

add lgsm dependencies

Ark server reports this on startup:

Warning! Missing dependencies: netcat lib32stdc++6 steamcmd
Warning! lgsm does not have sudo access. Manually install dependencies.

sudo dpkg --add-architecture i386; sudo apt update; sudo apt install netcat lib32stdc++6 steamcmd```

steamcmd crashes with Ubuntu-focal?

Steps to reproduce:

docker run --rm -it --name test drpsychick/linuxgsm-ubuntu:latest /bin/bash
> linuxgsm.sh gmodserver
> ./gmodserver auto-install
# notice: steamcmd download of the game fails with thread errors or gets stuck, sometimes...

Tasks:

  • check which distributions are affected and update this issue
  • resolve when it's fixed

figure out why python3 is not detected

lgsm still does not detect python3

  • switch default python to python3?
  • fix missing ip and maybe ethtool?
    in lgsm/functions/info_distro.sh:
netint=$(ip -o addr | grep "${ip}" | awk '{print $2}')
netlink=$(ethtool "${netint}" 2>/dev/null| grep Speed | awk '{print $2}')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.