Docker image not installing
Posted: 24 Jan 2023, 12:03
I'm trying to run a small Minecraft server off of my T2-210 running 4.2.41, which this https://hub.docker.com/r/itzg/minecraft-server docker image should work perfectly for (although I have tried others). Unfortunately when I press download in registry, it shows up in my images as downloading, but after a few seconds if I reload the images tab in Docker the image just.. disappears, gone. Not even an error message. In logs it just says the image event was downloading but it just didn't
I tried multiple images and they all do this, some images like ubuntu and python on the front page of registry download fine, but none of the minecraft ones I've tried have downloaded. I've tried pulling and running them via the SSH terminal on both the admin account using sudo and root account, but then it says "Error response from daemon: manifest for itzg/minecraft-server:latest not found" or whatever depending on what version or image I try to download.
Me and my friend think it's because docker is on a really old version, so I tried updating docker and docker-compose with pip in the SSH terminal but it still does not work.
I tried multiple images and they all do this, some images like ubuntu and python on the front page of registry download fine, but none of the minecraft ones I've tried have downloaded. I've tried pulling and running them via the SSH terminal on both the admin account using sudo and root account, but then it says "Error response from daemon: manifest for itzg/minecraft-server:latest not found" or whatever depending on what version or image I try to download.
Me and my friend think it's because docker is on a really old version, so I tried updating docker and docker-compose with pip in the SSH terminal but it still does not work.