Autom3 3f3a2d8433 [minecraft-server] Pass all command line arguments to start-configuration
Regarding the minecraft-server image
The start script currently does not pass command line arguments to the next script. This makes it so server admins can't easily update their server to 1.13.2 by passing --forceUpgrade as an extra parameter after specifying the docker image. With this change it works as intended.

Proof that the arguments did not get added before and do now:
* Add this line to the start-minecraftFinalSetup script: `echo "Running with: mc-server-runner ${bootstrapArgs} java $JVM_XX_OPTS $JVM_OPTS -jar $SERVER ""$@"" $EXTRA_ARGS"`
* Build the image
* Run the image with extra arguments `--test`
* See this printed: `Running with: mc-server-runner -jar minecraft_server.1.13.2.jar`
* Update to this PR
* Build the image
* See this printed: `Running with: mc-server-runner -jar minecraft_server.1.13.2.jar --test`
2018-10-23 23:00:23 +02:00
2017-09-24 19:17:38 -05:00
2017-05-02 21:29:17 +02:00
2015-12-22 10:19:48 -06:00
2015-03-05 15:10:28 -06:00
2014-05-17 15:38:17 -07:00

This repository contains the various Dockerfile definitions I'm maintaining.

Gitter

Images that are discontinued

Cassandra

I have found the official image to be quite sufficient

Description
Languages
Shell 97.1%
Dockerfile 2.3%
Mermaid 0.6%