Error pulling image for container

Getting an error when pulling the image, and I can only start the container using a software package, which is very troublesome. Looking for a solution.**
import error: fetch manifest failed: getting https://docker.1ms.run/v2/jeessy/ddns-go/manifests/latest failed, http code: 401
ver:7.21.5

Getting an error when pulling the image, and I can only start the container using a software package, which is very troublesome. Looking for a solution.

version:7.21.4

error:import error: fetch manifest failed: getting https://docker.1ms.run/v2/jeessy/ddns-go/manifests/latest failed, http code: 401
and pull httpd had a same error,I check the network is ok。

this is apparently a private registry. http 401 means unauthorized. Just open the image url in a browser and see yourself. add username/password under container/config.

{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"jeessy/ddns-go","Action":"pull"}]}]}

Here why, and please don't post twice with the same question if you post a thread and need to change something you could edit the posted thread with the pen icon.

{"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"repository","Class":"","Name":"jeessy/ddns-go","Action":"pull"}]}]}

And 2 become 1.

Topics merged.

You might want to try:

using image-url as ghcr.io/jeessy2/ddns-go:v6.17.4
(from GitHub: Package ddns-go · GitHub )

or it seems like it's on docker hub too, docker.io/jeessy/ddns-go
(from Docker Hub: https://hub.docker.com/r/jeessy/ddns-go )