You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to pull the docker image but keep on getting stuck at this error saying failed to register layer: archive/tar: invalid tar header. I've tried just running docker run -d -it -p 25565:25565 -e EULA=TRUE itzg/minecraft-server and also running my custom docker-compose file with the same error. I've tried pulling other docker images also with that very same error.
I've tried some workarounds and found this Stack Overflow post that adds an environment variable to the docker.service file that also did not work. I'm using Docker version 26.1 (build 9714adc) and am on a Raspberry Pi 5. Perhaps it's a hardware issue since the Pi 5 is quite new or some ARM limitation? (although I've set up docker MC servers on Pis before)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been trying to pull the docker image but keep on getting stuck at this error saying
failed to register layer: archive/tar: invalid tar header
. I've tried just runningdocker run -d -it -p 25565:25565 -e EULA=TRUE itzg/minecraft-server
and also running my customdocker-compose
file with the same error. I've tried pulling other docker images also with that very same error.I've tried some workarounds and found this Stack Overflow post that adds an environment variable to the
docker.service
file that also did not work. I'm using Docker version 26.1 (build 9714adc) and am on a Raspberry Pi 5. Perhaps it's a hardware issue since the Pi 5 is quite new or some ARM limitation? (although I've set up docker MC servers on Pis before)Beta Was this translation helpful? Give feedback.
All reactions