Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

LSGM in a box #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
FROM ubuntu:16.04
LABEL maintainer="LinuxGSM <[email protected]>"

# Worked on by [email protected]

ENV DEBIAN_FRONTEND noninteractive

## Base System
Expand Down Expand Up @@ -65,6 +67,10 @@ RUN adduser --disabled-password --gecos "" lgsm && \
cp /linuxgsm.sh /home/lgsm/linuxgsm.sh && \
usermod -G tty lgsm

# For Develop uses only
RUN echo "root:pcmasterrace" | chpasswd
# i'm super serious

USER lgsm
WORKDIR /home/lgsm

Expand Down
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@
# LinuxGSM Docker

This docker image is under development and not officialy supported.

The developers of LinuxGSM are not currently docker experts. So if there is some interested in becoming a LinuxGSM docker developer please contact us.

A docker container distribution of https://github.com/GameServerManagers/LinuxGSM

Dockerhub https://hub.docker.com/r/gameservermanagers/linuxgsm-docker/

Run Game Servers in Docker, multiplex multiple LinuxGSM deployments easily by taking advantage of Dockers port mapping.

Dockerhub https://hub.docker.com/r/gameservermanagers/linuxgsm-docker/