Sign inSign up

alanraison/minecraft-forge

By alanraison

Updated about 10 years ago

A docker container for a plain minecraft forge (modded) serve with no mods installed

Image
1

1.3K

alanraison/minecraft-forge repository overview

minecraft-forge-docker

A docker container for a minecraft forge server.

As with the base alanraison/minecraft container, a eula.txt file must be added to the workdir, with the contents

eula=true

to indicate acceptance of the End User License Agreement.

This can be achieved by placing the file in a directory with the Dockerfile

FROM alanraison/minecraft-forge:latest
COPY eula.txt ./

Then build the container with

docker build -t minecraft-forge
docker run -d minecraft-forge

Tag summary

Content type

Image

Digest

Size

286.9 MB

Last updated

about 10 years ago

docker pull alanraison/minecraft-forge