https://github.com/dockhippie/minecraft-forge
Docker images for minecraft-forge
https://github.com/dockhippie/minecraft-forge
docker image
Last synced: 4 months ago
JSON representation
Docker images for minecraft-forge
- Host: GitHub
- URL: https://github.com/dockhippie/minecraft-forge
- Owner: dockhippie
- License: mit
- Created: 2015-02-08T11:06:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-03-02T01:20:08.000Z (4 months ago)
- Last Synced: 2026-03-02T04:54:11.573Z (4 months ago)
- Topics: docker, image
- Language: Shell
- Homepage:
- Size: 8.15 MB
- Stars: 22
- Watchers: 2
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minecraft-forge
[](https://github.com/dockhippie/minecraft-forge/actions/workflows/docker.yml) [](https://github.com/dockhippie/minecraft-forge)
These are docker images for [Minecraft Forge][upstream] running on our
[Vanilla Minecraft image][parent].
## Versions
For the available versions please look at [Docker Hub][dockerhub] or
[Quay][quayio] or check the existing folders within the
[GitHub repository][github].
## Volumes
* /var/lib/minecraft
* /etc/minecraft/override
## Ports
* 25565
* 25575
* 8123
## Available environment variables
```console
MINECRAFT_DYNMAP_DIR = ${MINECRAFT_DATA_DIR}/dynmap
MINECRAFT_ENABLE_DYNMAP = ${SERVER_DYNMAP:-true}
MINECRAFT_MODS_DIR = ${MINECRAFT_GAME_DIR}/mods
MINECRAFT_OPTIONALS_DIR = ${MINECRAFT_GAME_DIR}/optionals
```
Extracted by the command: `grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq`
## Inherited environment variables
* [webhippie/minecraft-vanilla](https://github.com/dockhippie/minecraft-vanilla#available-environment-variables)
* [webhippie/temurin](https://github.com/dockhippie/temurin#available-environment-variables)
* [webhippie/ubuntu](https://github.com/dockhippie/ubuntu#available-environment-variables)
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
MIT
## Copyright
```console
Copyright (c) 2015 Thomas Boerger
```
[upstream]: https://minecraft.net
[parent]: https://github.com/dockhippie/minecraft-vanilla
[dockerhub]: https://hub.docker.com/r/webhippie/minecraft-forge/tags
[quayio]: https://quay.io/repository/webhippie/minecraft-forge?tab=tags
[github]: https://github.com/dockhippie/minecraft-forge