-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to use lazymc #2569
Comments
Conceptually that's a good idea and was also brought up here It would be difficult to retrofit that into the existing design, but will park it here in case I can think about it more. |
I have something similar running with lazy_container.
|
@nfroeschl that would be a great section for https://github.com/itzg/docker-minecraft-server/blob/master/docs/misc/examples.md if you want to PR that. |
Hello @savdbroek and @itzg, I know this issue is closed but I have found a way to get lazymc to work with the container, similar to how lazytainer works. Instead of wrapping the server jar in the lazytainer jar, you can pass a custom run command to lazymc, I leveraged this to execute docker start on the minecraft server container. It operated completely seperatly to the minecraft container, in a very similar way to lazytainer. It took a bit of fanageling to work but it works, and quite well. See it here: https://github.com/joesturge/lazymc-docker-proxy perhaps, we could ship an image like this to work alongside the itzg container? |
@joesturge very cool. By all means go ahead and get that image going. You can PR a section in the examples along with the lazytainer approach. |
@joesturge thanks a ton for making this, it works great and was exactly what I needed. |
Thanks! Glad you like it! |
Enhancement Type
A completely new feature
Describe the enhancement
It would be great if this docker image could have lazymc as an option.
https://github.com/timvisee/lazymc
The text was updated successfully, but these errors were encountered: