Please add unraid Support
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!
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
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.
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).
@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.
@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....