Replies: 5 comments
-
|
That discussion you linked is the same problem you have. (The DNS was one was not.) As I mentioned there, it has to be something networking related within your docker environment. Perhaps post to that discussion to see if a solution was found. FYI the error output is misleading since it is only reporting low level network issue. It's trying to access https://launchermeta.mojang.com/mc/game/version_manifest.json |
Beta Was this translation helpful? Give feedback.
-
|
I just checked and you're right, it's a connectivity issue. I ran a bash shell on the minecraft container and it has no connectivity to the outside, however, I checked with a freshly created Ubuntu container ( Since this was happening only with your image, I thought it was a bug with some of its configuration. However, I also tried on a different VM and it is actually working there (under the same network, subnetwork and DNS) so I am not fully sure what's the issue. I wish I knew so next time I can try to fix it. Anyway seems like something in my docker installation is broken since I can't really think of any other reason. Both machines are running under the same hardware and using the same exact OS, installed within minutes from one another. Thank you for taking time to respond! |
Beta Was this translation helpful? Give feedback.
-
|
An update on this for anyone potentially googling it (sorry if I'm using the github tracker improperly, I'm not used to posting there) I booted up a brand new VM, latest Ubuntu Server, the usual installation. When I was prompted about installing extra stuff, I marked Docker, as usual. When I tried to run the container with the compose file listed on this thread, it failed. Same exact behaviour. Then I tried yet another VM but this time I did not select Docker for the automatic installation, instead, I followed the standard procedure listed in the Docker documentation and... it worked! Seems like automatically installing Docker when installing Ubuntu Server does something weird with some configurations which make certain images (not sure which ones but it happens with this one) not able to connect to the internet no matter what. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the update! FWIW, I always do the latter since I remember seeing the Docker docs say to uninstall the distro packages. I'll convert to a discussion so people can find this easier. |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same problem at Synology NAS docker |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem
Whenever I run
docker compose upit gets stuck on the[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxr-x 2 1000 1000 4096 Dec 22 09:10 /data'line for several minutes. After that, this message (along with the stacktrace) appears:After a bit of googling, I found this issue, but it doesn't seem to be my case, as I do have a properly set up connection, as I do have connectivity to the outside. However, I cannot load the launchermeta URL displayed on the error, I get this response:
I am not sure if this issue comes from my network or if it's a missconfiguration. The parameters I used on my compose file are pretty standard and I have successfully deployed containers in the past with very similar compose files.
Container definition
Container logs
Beta Was this translation helpful? Give feedback.
All reactions