mtoensing / Docker-Minecraft-PaperMC-Server

Starts a Minecraft PaperMC server
https://hub.docker.com/r/marctv/minecraft-papermc-server
MIT License
246 stars 92 forks source link

Unable to find image 'marctv/minecraft-papermc-server:1.20.1' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc01:a3b0:6734:c617:7c5c]:443: connect: connection refused. See 'docker run --help'. #94

Closed salrn closed 12 months ago

salrn commented 1 year ago

if i run the command: docker run -d -it --name mcserver --restart=unless-stopped -e MEMORYSIZE='4G' -v /home/haven/mc-docker:/data:rw -p 25565:25565 -i marctv/minecraft-papermc-server:1.20.1

, i return with this error:

Unable to find image 'marctv/minecraft-papermc-server:1.20.1' locally docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp [2600:1f18:2148:bc01:a3b0:6734:c617:7c5c]:443: connect: connection refused. See 'docker run --help'.

mtoensing commented 1 year ago

This is a local problem with your internet. Ask ChatGPT.