Sign inSign up

lacsap/minecraft-forge

By lacsap

Updated about 10 years ago

Minecraft with forge in a container.

Image
0

302

lacsap/minecraft-forge repository overview

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-forge

You can change the version and memory limit of the minecraft server with the MCVERSION and MEMORY ENV. You can change FORGEVERSION to switch between latest and recommended build.

Tag summary

Content type

Image

Digest

sha256:a31d1445a

Size

242 MB

Last updated

about 10 years ago

docker pull lacsap/minecraft-forge