[GH-ISSUE #2093] Please add unraid Support #1625

Open
opened 2026-02-27 02:58:11 +03:00 by kerem · 5 comments
Owner

Originally created by @CurlyFlow on GitHub (Dec 6, 2018).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2093

Hey there, great project, i was watching this a longer time now... ive seen you added a docker finally...
sadly this is not working on unraid... which is a very big community and i guess support for it would be easily added (just something with the launch cmd of docker is wrong)

Unraid?
https://unraid.net/

Problem?
I try to use
"linuxgsm docker (https://hub.docker.com/r/gameservermanagers/linuxgsm-docker/)
gameservermanagers
DockerHub Repository (Private)
Official Docker build for LinuxGSM (Experimental)[br][br][b]Converted By Community Applications[/b][br][br]Always verify this template (and values) against the dockerhub support page for the container"

Error i get is:
Command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='linuxgsm-docker' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'DEBIAN_FRONTEND'='noninteractive' -e 'TERM'='xterm' -e 'PATH'='$PATH:/home/lgsm' 'gameservermanagers/linuxgsm-docker'
434dbe66e53d3dc01fa75d6ed53da8eb5a5975c7cbbf370e81c0c6ed2481d81a
/usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "bash": executable file not found in $PATH": unknown.

The command failed.

Thanks for any help!

Originally created by @CurlyFlow on GitHub (Dec 6, 2018). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2093 Hey there, great project, i was watching this a longer time now... ive seen you added a docker finally... sadly this is not working on unraid... which is a very big community and i guess support for it would be easily added (just something with the launch cmd of docker is wrong) Unraid? https://unraid.net/ Problem? I try to use "linuxgsm docker (https://hub.docker.com/r/gameservermanagers/linuxgsm-docker/) gameservermanagers DockerHub Repository (Private) Official Docker build for LinuxGSM (Experimental)[br][br][b]Converted By Community Applications[/b][br][br]Always verify this template (and values) against the dockerhub support page for the container" Error i get is: Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='linuxgsm-docker' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'DEBIAN_FRONTEND'='noninteractive' -e 'TERM'='xterm' -e 'PATH'='$PATH:/home/lgsm' 'gameservermanagers/linuxgsm-docker' 434dbe66e53d3dc01fa75d6ed53da8eb5a5975c7cbbf370e81c0c6ed2481d81a /usr/bin/docker: Error response from daemon: OCI runtime create failed: container_linux.go:348: starting container process caused "exec: "bash": executable file not found in $PATH": unknown. The command failed. Thanks for any help!
Author
Owner

@dgibbs64 commented on GitHub (Dec 6, 2018):

The linuxgsm docker container is still very experimental as I am not a docker expert and is not officially supported yet. Its been on hold as there are many other areas to develop and limited time. I do welcome any contributions to improving the docker image

<!-- gh-comment-id:444841971 --> @dgibbs64 commented on GitHub (Dec 6, 2018): The linuxgsm docker container is still very experimental as I am not a docker expert and is not officially supported yet. Its been on hold as there are many other areas to develop and limited time. I do welcome any contributions to improving the docker image
Author
Owner

@CurlyFlow commented on GitHub (Dec 6, 2018):

I guess that $path is not correctly configured, but i tried to change, but didnt helped. I dont know, besides how to use them (if they work), anything about docekr and so on.

It would be a great addition to both communities, because with unraid u can easy and cheap run a server (on any hardware and with any os). and runraid doesnt has any game management software till now.

<!-- gh-comment-id:444877250 --> @CurlyFlow commented on GitHub (Dec 6, 2018): I guess that $path is not correctly configured, but i tried to change, but didnt helped. I dont know, besides how to use them (if they work), anything about docekr and so on. It would be a great addition to both communities, because with unraid u can easy and cheap run a server (on any hardware and with any os). and runraid doesnt has any game management software till now.
Author
Owner

@jacobckelly commented on GitHub (Mar 21, 2025):

Bumping this to be reconsidered since six years has past since the idea was paused.

Whilst it is not onerous to get LinuxGSM working under Unraid's implementation of Docker, there are slight configuration differences due to Unraid's approach to Docker configuration that does provide some annoyance (aside from LinuxGSM not being part of Unraid's App Library to provide a 'Click to run' experience of course).

<!-- gh-comment-id:2743354777 --> @jacobckelly commented on GitHub (Mar 21, 2025): Bumping this to be reconsidered since six years has past since the idea was paused. Whilst it is not onerous to get LinuxGSM working under Unraid's implementation of Docker, there are slight configuration differences due to Unraid's approach to Docker configuration that does provide some annoyance (aside from LinuxGSM not being part of Unraid's App Library to provide a 'Click to run' experience of course).
Author
Owner

@dgibbs64 commented on GitHub (Mar 21, 2025):

@jacobckelly I actually have an unraid server now. It would be great to get LinuxGSM into the unraid appstore. I have tested a couple of LinuxGSM containers in unraid and they seemed to work well. So LinuxGSM should work with unraid.

<!-- gh-comment-id:2743420635 --> @dgibbs64 commented on GitHub (Mar 21, 2025): @jacobckelly I actually have an unraid server now. It would be great to get LinuxGSM into the unraid appstore. I have tested a couple of LinuxGSM containers in unraid and they seemed to work well. So LinuxGSM _should_ work with unraid.
Author
Owner

@CurlyFlow commented on GitHub (Mar 21, 2025):

@jacobckelly I actually have an unraid server now. It would be great to get LinuxGSM into the unraid appstore. I have tested a couple of LinuxGSM containers in unraid and they seemed to work well. So LinuxGSM should work with unraid.

i now know that most dockers work with unraid. its nothing special. THE DIFFERENCE is, if someone does some work to pre add the needed configuration like...

docker run -d --name my_app \
  -e MYSQL_ROOT_PASSWORD=my_secret_password \
  -e MYSQL_DATABASE=my_database \
  -e MYSQL_USER=my_user \
  -e MYSQL_PASSWORD=my_user_password \
  -p 3306:3306 \

all unraid users can benefinit from a nice simple ui to add a docker. You can add those manually in unraid, but you have to know WHICH settings are needed for this specific docker.

Thru a "unraid docker pre definded docker settings app list" users can simply change those settings in the unraid ui....

Image
Image

<!-- gh-comment-id:2744099793 --> @CurlyFlow commented on GitHub (Mar 21, 2025): > [@jacobckelly](https://github.com/jacobckelly) I actually have an unraid server now. It would be great to get LinuxGSM into the unraid appstore. I have tested a couple of LinuxGSM containers in unraid and they seemed to work well. So LinuxGSM _should_ work with unraid. i now know that most dockers work with unraid. its nothing special. THE DIFFERENCE is, if someone does some work to pre add the needed configuration like... ``` docker run -d --name my_app \ -e MYSQL_ROOT_PASSWORD=my_secret_password \ -e MYSQL_DATABASE=my_database \ -e MYSQL_USER=my_user \ -e MYSQL_PASSWORD=my_user_password \ -p 3306:3306 \ ``` all unraid users can benefinit from a nice simple ui to add a docker. You can add those manually in unraid, but you have to know WHICH settings are needed for this specific docker. Thru a "unraid docker pre definded docker settings app list" users can simply change those settings in the unraid ui.... ![Image](https://github.com/user-attachments/assets/31ec63ae-b855-4e48-930e-40927f7ce52d) ![Image](https://github.com/user-attachments/assets/5d32d1a2-3939-497d-b2ce-11a38303872c)
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1625
No description provided.