lacsap/minecraft

By lacsap

Updated over 8 years ago

minecraft server in a container.

Image
0

273

Minecraft server inside Docker

All of Minecraft data will be stored in /data

How to run the image

build the image (or get it from Docker Hub) then mount the /data volume somewhere on your machine for example:

you can run the image with :

sudo docker run -d -p=25565:25565 -v=/mnt/minecraft:/data lacsap/minecraft

You can change the version and memory limit of the minecraft server with the VERSION and MEMORY ENV.

Docker Pull Command

docker pull lacsap/minecraft