|
7 | 7 |
|
8 | 8 | # [Docker Container for JAVA & PE Minecraft][hub]
|
9 | 9 |
|
10 |
| -This is a Docker image based on osixia/light-baseimage for running a VANILLA, FORGE, FTB, SPIGOT or POCKETMINE Minecraft server on Java SE Runtime Environment 8u201 or PHP 7.2 (it is inspired by the awesome work of : [itzg/minecraft-server][itzg]). |
| 10 | +This is a Docker image based on osixia/light-baseimage for running a VANILLA, FORGE, FTB, SPIGOT or POCKETMINE Minecraft server on Java SE Runtime Environment 8u211 or PHP 7.2 (it is inspired by the awesome work of : [itzg/minecraft-server][itzg]). |
11 | 11 |
|
12 | 12 | Minecraft is a sandbox video game created and designed by Swedish game designer Markus "Notch" Persson, and later fully developed and published by Mojang. The creative and building aspects of Minecraft allow players to build with a variety of different cubes in a 3D procedurally generated world. Other activities in the game include exploration, resource gathering, crafting, and combat. [Wikipedia][Minecraft_wikipedia]
|
13 | 13 |
|
@@ -86,7 +86,7 @@ You will then need **root** rights to access the `/var/lib/docker/volumes/6f5839
|
86 | 86 | * `-e JVM_OPTS` - Java options
|
87 | 87 | * `-e JVM_XX_OPTS` - experimental Java options (**default:** -XX:+UseG1GC)
|
88 | 88 | * `-e JVM_MIN_MEM` - initial allocated Java memory (**default:** 1GB)
|
89 |
| -* `-e JVM_MAX_MEM` - maximum allocated Java memory (**default:** 1GB)~~~~ |
| 89 | +* `-e JVM_MAX_MEM` - maximum allocated Java memory (**default:** 2GB)~~~~ |
90 | 90 |
|
91 | 91 | ### Minecraft Server Properties
|
92 | 92 |
|
@@ -435,4 +435,7 @@ services:
|
435 | 435 |
|
436 | 436 | ## Versions
|
437 | 437 | + **V0.1** Initial Release
|
438 |
| -+ **V0.2** Quick fix to load 13.1 VANILLA version and add POCKETMINE Support |
| 438 | ++ **V0.2** Quick fix to load 13.1 VANILLA version and add POCKETMINE Support |
| 439 | ++ **V0.3** Update to jre-8u201 |
| 440 | ++ **V0.4** Update to jre-8u211, temporary solution for required login to download java, use of version_manifest.json to retreive download jar url |
| 441 | ++ **V0.5** Update to osixia/light-baseimage 1.3.3, change for AdoptopenJDK jdk-16.0.1+9 (removal of the temp solution for java), changed the default maximum allocated Java memory to 2 GB |
0 commit comments