Add little helper line to the Docker log output to assist in usability
This commit is contained in:
parent
2fba83fd15
commit
7879f3b5e4
@ -42,6 +42,9 @@ args="-jar server.jar nogui"
|
|||||||
# Debugging info
|
# Debugging info
|
||||||
java -version
|
java -version
|
||||||
echo "Invoking java with args: $args"
|
echo "Invoking java with args: $args"
|
||||||
|
echo
|
||||||
|
echo "To see the server console, execute this command in the container:"
|
||||||
|
echo " screen -r minecraft"
|
||||||
|
|
||||||
# Start 'er up
|
# Start 'er up
|
||||||
cleanup() {
|
cleanup() {
|
||||||
|
Loading…
Reference in New Issue
Block a user