Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 425 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 425 Bytes

Containercraft

Download your desired JAR in server.jar and set the variables PORT and RAM!

Example:

# Build the image
docker build --pull --rm -f "Dockerfile" -t containercraft:latest "."
# Run it!
docker run -e "RAM=1G" -e "PORT=25565" containercraft:latest "."

If you need Java 8 for Minecraft 1.8, get NachoSpigot!

(or change the 16 in the Dockerfile to 8)