Issue running Minecraft Server with Pterodactyl on Clear Linux’s OpenJDK docker images
https://mclo.gs/Wq7FsT3
Note about the two files:
egg-fabric_I_based_on.json: The egg I based on to create my configuration, work perfectly
egg-fabric_my_custom_egg.json: The egg of which I edited the config afterward
11 Replies
Please use a paste service next time!!
https://mclo.gs/L8D0gSm
Requested by <@874134468317814784>
what need do u have for switching docker images?
probably because those domains dont exist?
https://docker.io/clearlinux/openjdk:8
doesnt exist
https://www.docker.io/clearlinux/openjdk
doesnt exist
ghcr.io/pterodactyl/yolks:java_8
does.
and leads to a github "package"
Not really though because docker doesn't work that way
Here is the url to the docker project
https://hub.docker.com/r/clearlinux/openjdk
you need to pull the image by using
docker pull "project name":"tag"
because clear linux rocks when it comes to java performance
here is some benchmark
The Performance Of Clear Linux vs. Fedora vs. Ubuntu Over 2020
For some workloads, Clear Linux maintained ever so slight leads over Ubuntu and Fedora on this Skylake-X platform from the end of 2019 to end of 2020.
The Golang performance improved nicely for Clear Linux and Fedora this year while the Ubuntu performance was flat.
For the default OpenJDK Java performance, Clear Linux continued to provide a m...
@librepo Pterodactyl's docker images have to be built specifically for Pterodactyl, as they need to have an entrypoint.sh file inside of them
probably best to fork this, and make a new java yolk using this as a template
https://github.com/parkervcp/yolks/tree/master/java
GitHub
yolks/java at master · parkervcp/yolks
Docker images designed for use with Pterodactyl's Egg system. - yolks/java at master · parkervcp/yolks
the first line of your dockerfile would look something like this
oh wow thank you so much
definitely will try out later
yeah that works
perfectly
have u managed to benchmark performance improvements
since switching?
nah I ran into some issue
may be I would need to change something about the user permission
alright so I figured out how to benchmark successfully