Docker image that provides a Minecraft Server that will automatically download selected version at startup
Go to file
Larry Wright d89de80db8 Update start-minecraft.sh
Each time this script is run it downloads the modpack if one is specified. When it tries to unzip the file, if the files already exist in the plugins directory, the script will hang indefinitely because unzip asks for confirmation that you want to overwrite the existing files. Adding -o to the unzip command will tell it to overwrite the files. I suspect the world download has the same issue, but I don't use that and so can't really test it.
2016-07-07 09:17:13 -05:00
cassandra [cass] Upgrade to 2.2.6 2016-05-09 19:43:44 -05:00
devbox Refreshed devbox versions and run with non-root user 2015-07-24 15:21:01 -05:00
elasticsearch [es] Upgrade to 2.3.2 2016-05-09 19:45:40 -05:00
elasticsearch-marvel Deprecating the elasticsearch-marvel image 2014-11-15 15:29:49 -06:00
gitblit [gb] Apply all files in /config to /data at startup 2016-06-27 11:16:09 -05:00
gvm Initial commit of what's needed up through spring-boot 2014-05-17 22:36:31 +00:00
jekyll-github-pages Install nodejs to satisfy latest Jekyll installation requirements 2014-09-19 02:08:15 +00:00
jenkins [jenkins] Upgrade base to java:8-jdk 2016-02-04 21:19:42 -06:00
kibana [kibana] Upgrade to 4.1.1 2015-07-18 09:27:08 -05:00
logstash Fixing #29 : upgrade logstash to 1.5.0 (GA) 2015-06-10 21:46:05 -05:00
minecraft-server Update start-minecraft.sh 2016-07-07 09:17:13 -05:00
spring-boot Initial commit of what's needed up through spring-boot 2014-05-17 22:36:31 +00:00
titan-gremlin [cass] Make sure to enable start_rpc 2016-04-17 12:21:53 -05:00
titandb * functional Titan+Rexter with internal ES and Persistit backend 2014-07-20 18:49:33 +00:00
ubuntu-openjdk-7 Refreshing apt baseline 2015-10-29 19:17:34 -05:00
.gitattributes [es] Fixed #45 with corrected binding and re-worked example 2015-11-28 11:35:59 -06:00
.gitignore [cassandra] Upgrade to 2.2.4 2015-12-22 10:19:48 -06:00
build Add kibana to build 2015-03-08 19:05:34 -05:00
circle.yml Webhook into CircleCI 2015-03-05 15:10:28 -06:00
LICENSE Initial commit 2014-05-17 15:38:17 -07:00
README.md Update README.md 2015-03-04 19:35:09 -06:00

dockerfiles

Contains the various Dockerfile definitions I'm maintaining.

Gitter