[mc] Adding MODPACK download option similar to WORLD

This commit is contained in:
Geoff Bourne
2016-01-01 12:39:43 -06:00
parent 16b3f18400
commit 9fa27b9a3d
3 changed files with 31 additions and 1 deletions
+11
View File
@@ -301,6 +301,17 @@ will be deleted when the container is deleted.
you should use an IP address or a globally resolveable FQDN, or else the
name of a linked container.
### Downloadable mod pack
Like the `WORLD` option above, you can specify the URL of a "mod pack"
to download and install into the `mods` directory. To use this option
pass the environment variable `MODPACK`, such as
docker run -d -e MODPACK=http://www.example.com/mods/modpack.zip ...
**NOTE:** The referenced URL must be a zip file with one or more Forge jar files at the
top level of the zip archive.
## JVM Configuration
### Memory Limit