papermc-docker icon indicating copy to clipboard operation
papermc-docker copied to clipboard

Unable to run Docker container with 1.17 Minecraft

Open thothi opened this issue 3 years ago • 1 comments

Just did a fresh git pull and ran sudo docker run -p 25565:25565 phyremaster/papermc

I'm getting this message even though in the Dockerfile it states openjdk:16-slim

Minecraft 1.17 requires running the server with Java 16 or above. Download Java 16 (or above) from https://adoptopenjdk.net/

thothi avatar Sep 04 '21 17:09 thothi

HI, to solve this problem change to adoptopenjdk/openjdk16 or, if you want to save resources: adoptopenjdk/openjdk16:alpine-slim

pedrooct avatar Sep 11 '21 09:09 pedrooct