Modded Minecraft server image running 'All the Mods 11'
2.8K
On first run the container will download and install the tagged Version ´All the Mods 11-X.X.X´ and install it.
game sub-directory on your Docker-Node
/opt/minecraft-atm11)docker pull kryptonhydrit/minecraft-atm11:latestdocker run -d -e "EULA=true" -v "/opt/minecraft-atm11:/data" -p "25565:25565" --name minecraft-atm11 kryptonhydrit/minecraft-atm11:latestNote
The container supports all keys of Minecraft version 26.1.2.For the individual descriptions please have a look at the documentation.
For configuration purposes, entries from the
server.propertiesfile can be mapped to environment variables using a simple normalization scheme.Each property key is converted to uppercase, and all dots (
.) and hyphens (-) are replaced with underscores (_).
| Variable | Description | Type |
|---|---|---|
| EULA | Must be set to true in order to start the server. | Boolean |
| MANAGE_SERVER_PROPERTIES | If set to false, the server.properties file is not managed by the container. | Boolean |
| Variable | Description |
|---|---|
| OPS_LIST | Comma-separated list of players to assign operator rights |
| ALLOW_LIST | Comma-separated list of players to add to the whitelist |
Caution
Don't update your server without backup the `game` directory
game directorydocker pull kryptonhydrit/minecraft-atm11:TAGgame directoryGithub: https://github.com/kryptonhydrit/docker-minecraft-all-the-mods-11
Docker: https://hub.docker.com/r/kryptonhydrit/minecraft-atm11
Content type
Image
Digest
sha256:63cd6fd3e…
Size
152.9 MB
Last updated
11 days ago
docker pull kryptonhydrit/minecraft-atm11