All Projects → GameServerManagers → Linuxgsm Docker

GameServerManagers / Linuxgsm Docker

Licence: mit
The Official LinuxGSM Docker image (experimental)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Linuxgsm Docker

Dockerfiles
Collection of Dockerfiles
Stars: ✭ 64 (-12.33%)
Mutual labels:  docker-image
Aws Lambda Swift Sprinter
AWS Lambda Custom Runtime for Swift with swift-nio 2.0 support
Stars: ✭ 70 (-4.11%)
Mutual labels:  docker-image
Docker Nuxt
Docker image to run NUXT.js application in production mode
Stars: ✭ 71 (-2.74%)
Mutual labels:  docker-image
Drone Telegram
Drone plugin for sending Telegram notifications
Stars: ✭ 67 (-8.22%)
Mutual labels:  docker-image
Chrome Docker
Chrome, in a Docker container.
Stars: ✭ 69 (-5.48%)
Mutual labels:  docker-image
Dockerfile Best Practices
Best Practices writing a Dockerfile
Stars: ✭ 72 (-1.37%)
Mutual labels:  docker-image
Bitnami Docker Express
Bitnami Express Docker Compose development environment
Stars: ✭ 63 (-13.7%)
Mutual labels:  docker-image
Bitnami Docker Cassandra
Bitnami Docker Image for Cassandra
Stars: ✭ 73 (+0%)
Mutual labels:  docker-image
Dockerfiles
lots of dockerfiles, based on alpine
Stars: ✭ 69 (-5.48%)
Mutual labels:  docker-image
Docker Headless Vnc Container
Collection of Docker images with headless VNC environments
Stars: ✭ 1,176 (+1510.96%)
Mutual labels:  docker-image
Docker Swift
Docker image for Swift all-in-one demo deployment
Stars: ✭ 67 (-8.22%)
Mutual labels:  docker-image
Ydls
youtube-dl HTTP download and transcode service
Stars: ✭ 68 (-6.85%)
Mutual labels:  docker-image
Puppeteer Container
A GitHub Action / Docker image for Puppeteer, the Headless Chrome Node API
Stars: ✭ 72 (-1.37%)
Mutual labels:  docker-image
Poco
Poco will help you to organise and manage Docker, Docker-Compose, Kubernetes, Openshift projects of any complexity using simple YAML config files to shorten the route from finding your project to initialising it in your local environment.
Stars: ✭ 66 (-9.59%)
Mutual labels:  docker-image
Docker Pxe
A virtualized implementation of PXE supported by DNSMasq
Stars: ✭ 72 (-1.37%)
Mutual labels:  docker-image
Docker Vscode
A Docker Image with Visual Studio Code + Dotnet CLI + NPM + Emacs + More!
Stars: ✭ 64 (-12.33%)
Mutual labels:  docker-image
Dockerfile
📦 Dockerfiles from WebDevOps for PHP, Apache and Nginx (with PHP5 and PHP7)
Stars: ✭ 1,169 (+1501.37%)
Mutual labels:  docker-image
Discordgsm
📺 Monitor your game servers on Discord and tracks the live data of your game servers. Also support one-click deployment to Heroku, self-hosted. Invite: https://discordgsm.com/invite
Stars: ✭ 74 (+1.37%)
Mutual labels:  gameserver
Alpine Erlang
An alpine image with Erlang installed, intended for releases
Stars: ✭ 73 (+0%)
Mutual labels:  docker-image
Sas Container Recipes
A collection of recipes and other resources for building containers that include SAS Viya software.
Stars: ✭ 71 (-2.74%)
Mutual labels:  docker-image


LinuxGSM
Docker

LinuxGSM Discord MIT Licence

This docker image is under development and not officialy supported.

The developers of LinuxGSM are not currently docker experts. So if there is someone 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.

Installation

This will work both on linux and Docker for Windows. With Docker for Windows, skip the first command and make a folder the normal way. When running the container, Docker for Windows may ask for permission to access the folder. Simply allow this action.

$ mkdir -p /path/to/lgsm && sudo chown -R 750:750 /path/to/lgsm
$ docker run -d --name lgsm-docker --restart always --net=host --hostname LGSM -it -v "/path/to/lgsm:/home/lgsm/" gameservermanagers/linuxgsm-docker

To expose multiple game ports for your server use the format -p <start-stop>:<start-stop>. For example docker run -d --name <server name> -p 12203-12204:12203-12204 --restart-always --net=host gameservermanagers/linuxgsm-docker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].