https://github.com/pboardman/minecraft-forge-docker
Minecraft forge game server docker image.
https://github.com/pboardman/minecraft-forge-docker
Last synced: 3 months ago
JSON representation
Minecraft forge game server docker image.
- Host: GitHub
- URL: https://github.com/pboardman/minecraft-forge-docker
- Owner: pboardman
- Created: 2016-08-23T20:04:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T20:13:37.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T18:50:10.886Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft server inside Docker
All of [Minecraft](https://minecraft.net/) data will be stored in /data
## How to run the image
build the image (or get it from [Docker Hub](https://hub.docker.com/u/lacsap/)) 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.