From f1de9c1e9c907baf9f419d67961a8ca08ad47985 Mon Sep 17 00:00:00 2001 From: boistordu Date: Sun, 7 Aug 2016 19:26:41 +0200 Subject: [PATCH 1/2] Update of readme !!!!! Guys, Why didn't you open the issues page of your project to adress the problems? And why this readme for the docker part is dated from the age of stone? --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c68e55fd..f4742908 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,20 @@ To start the webui in the foreground: Docker ------ +the login and password are: .... +or +variables for password is : .... Clone the repository on the host OS, then run: - docker run -itdP --name=mineos-node hexparrot/mineos-node + docker run -itdP --name=mineos-node mjeries/mineos-node Specify the ports manually if you do not want them to change when restarting the container. For example: - docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 --name=mineos-node hexparrot/mineos-node + docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 --name=mineos-node mjeries/mineos-node +Specify the volume if you want to add a specific storage to your container : + docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 -v .......... --name=mineos-node mjeries/mineos-node Things to watch out for ------ @@ -132,3 +137,5 @@ EVENTUALLY * implement previous_versions: functionality to roll back or view particular files' previous state * identify java versions in web-ui, allow choice of utilized jvm +* +For issues please post at ..... From b4ddc3473562c805e2091a8bdfa9439f8f25e1a4 Mon Sep 17 00:00:00 2001 From: boistordu Date: Sun, 7 Aug 2016 19:48:16 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f4742908..ec66d03c 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,8 @@ To start the webui in the foreground: Docker ------ -the login and password are: .... -or -variables for password is : .... +the login and password are: mc/admin + Clone the repository on the host OS, then run: docker run -itdP --name=mineos-node mjeries/mineos-node @@ -69,7 +68,7 @@ For example: docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 --name=mineos-node mjeries/mineos-node Specify the volume if you want to add a specific storage to your container : - docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 -v .......... --name=mineos-node mjeries/mineos-node + docker run -itd -p 8443:8443 -p 25565:25565 -p 25566:25566 -p 25567:25567 -p 25568:25568 -p 25569:25569 -v location_path:/var/games/minecraft --name=mineos-node mjeries/mineos-node Things to watch out for ------