ghcr.io/itzg/ Minecrem-server :java21 #2952
Replies: 4 comments
-
I use the following command to run the container docker run -d -v /path/on/host:/data -e TYPE=FABRIC -p 25565:25565-e EULA=TRUE --name mc ghcr.io/itzg/minecraft-server:java21-jdk |
Beta Was this translation helpful? Give feedback.
-
I am unable to recreate this issue. Please provide the output the following commands:
|
Beta Was this translation helpful? Give feedback.
-
{“org.opencontainers.image.authors”:“Geoff Bourne itzgeoff@gmail.com”,“org.opencontainers.image.created”:“2024-06-15T19:05:30.508Z”,“org.opencontainers.image.description”:“提供Minecraft服务器的Docker映像,该镜像将在启动时自动下载所选版本”,“org.opencontainers.image.licenses”:“Apache-2.0”,“org.opencontainers.image.ref.name”:“ubuntu”,“org.opencontainers.image.revision”:“fe5f066a0be404d0bae91fc8fa928bb918c22bc2”,”org.opencontainers.image.source“:”https://github.com/itzg/docker-minecraft-server“,”org.opencontainers.image.title“:”docker-minecraft-server“,”org.opencontainers.image.url“:”https://github.com/itzg/docker-minecraft-server“,”org.opencontainers.image.version“:”java21-jdk“} 总计 460 -rwxr-xr-x 1 根根 12336 4 月 17 日 07: 05 jmap |
Beta Was this translation helpful? Give feedback.
-
The latest package you released has solved my problem ,Thank you . |
Beta Was this translation helpful? Give feedback.
-
Describe the problem
I started the container after using this command docker pull ghcr.io/itzg/ Minecrem-server :java21 and the log showed me ERROR: your Docker provider has an annoying flaw where it tries to set PATH even though the container establishes a very specific value Why is that?
Container definition
Container logs
[init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 4 1000 1000 4096 Jun 18 09:43 /data'
[init] ERROR: your Docker provider has an annoying flaw where it
[init] tries to set PATH even though the container establishes
[init] a very specific value.
[init] ERROR: could not locate path that contains java
Beta Was this translation helpful? Give feedback.
All reactions