Need a working minecraft docker


Recommended Posts

I am currently using hernanditos minecraft server docker, i can get it going and use it ok, however, servers are not surviving unraid reboot, servers i am creating i can see in the minecraft servers folder but they do not show up to be able to start them in the minecraft GUI after a reboot. The docker is set to /mnt/user/appdata/minecraftos. It was mentioned that i need to set permissions for group: users [100] and owner: nobody [99] to root0 and 0777 for both. Using winscp, setting owner and group to to root seemed to complete and upon refreshing properties they show as root and 0777 permission, but alas upon unraid reboot the have gone again and server properties/permissions are back to group: users [100] and owner: nobody [99],

 

Anyone have a working docker for minecraft that i can install as a docker or what is going wrong with my current setup ?

 

https://www.dropbox.com/s/21dvoildo567ufy/Screenshot 2018-05-25 20.45.40.png?dl=0

Edited by loady
Link to comment
On 5/26/2018 at 5:05 AM, Doberbane said:

 

 

I've been using this one for a few years. I even have it installed twice for two separate servers. 

i cant get this docker to work, any ideas..

 

Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='mcmyadmin2' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e 'PUID'='99' -e 'PGID'='100' -p '8080:8080/tcp' -p '25565:25565/tcp' -v '/mnt/user/appdata/minecraft/':'/minecraft':'rw' 'linuxserver/mcmyadmin2' 

9576940f6bf96c7a686e50b7d26e0d80f4f7992e61fd4f47373358edc6d6a5d4
/usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint mcmyadmin2 (00f6c72316bff3f60e8ef934da3d9378b0f97fba4d8e69a71b208f7a282b7730): Bind for 0.0.0.0:8080 failed: port is already allocated.

The command failed.

 

EDIT: DOH! i had the port assigned to the same as sabnzbd

Edited by loady
Link to comment

Ya, it looks like your port 8080 is already in use by something else. Mine was as well and so I use 8095. This port is not what the Minecraft client connects to, this is for a web-based sever management portal.

 

Edit: Double-doh! I didn't see your edit until after I posted this. Did you get it working now?

Edited by Doberbane
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.