From 898c7e1c7aac3d4860ec99a60a52d4bf2cd80e8f Mon Sep 17 00:00:00 2001 From: Marcel S Date: Sun, 17 Apr 2016 00:20:24 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d5507fe..004998ac 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ released minecraft.jar This is a new version of this container where I have removed the script started at the en and set it up to run spigot as a deamon with the help of supervisord. See my Ubuntu container for a more detailed description of my implementation of an init-process in -ubuntu, se [nimmis/ubuntu](https://hub.docker.com/r/nimmis/ubuntu/) +ubuntu, see [nimmis/ubuntu](https://hub.docker.com/r/nimmis/ubuntu/) Whats new is - selectable spigot version @@ -66,7 +66,7 @@ the name spigot) docker logs -f spigot -Then the compilation is completed the server will start and you will se somethine like +Then the compilation is completed the server will start and you will see somethine like 2016-04-09 12:37:45,392 CRIT Set uid to user 0 @@ -102,7 +102,7 @@ To get an output of the latest events from the spigot server type docker exec spigot2 mc_log -and you will se the last 10 lines from the output, this is what you will se after startup +and you will see the last 10 lines from the output, this is what you will see after startup Abort with CTRL-C [13:02:15 INFO]: Zombie Aggressive Towards Villager: true From 9bfab8a33f0522a8ed2af723a4cb45f7435ea038 Mon Sep 17 00:00:00 2001 From: Marcel S Date: Sun, 17 Apr 2016 00:26:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 004998ac..d4aefcac 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ the webpage for [BuildTools](https://www.spigotmc.org/wiki/buildtools/#versions) To get an output of the latest events from the spigot server type - docker exec spigot2 mc_log + docker exec spigot mc_log and you will see the last 10 lines from the output, this is what you will see after startup