openhack/minecraft-server

By openhack

Updated almost 8 years ago

Minecraft server with some preset customizations

Image
18

5M+

openhack/minecraft-server repository overview

A Minecraft server with some preset customizations https://github.com/noelbundick/minecraft-server

Linux

These are downstream customizations built on top of itzg's excellent minecraft-server

docker run -d -p 25565:25565 -e EULA=TRUE openhack/minecraft-server

Windows

These are downstream customizations built on top of acanthamoeba's minecraft-server, which itself is a port from itzg's original.

docker run -m 2G -d -p 25565:25565 -e EULA=TRUE openhack/minecraft-server
Note

The Windows version needs an additional option (-m 2G) to run inside a Hyper-V container (ex: on Windows 10) to allow more than the default 1GB memory limit. This option shouldn't be necessary when running as a Windows container on Windows Server 2016.

Tag summary

Content type

Image

Digest

Size

153.6 MB

Last updated

almost 8 years ago

docker pull openhack/minecraft-server