Warm tip: This article is reproduced from serverfault.com, please click

How do I use a private Dockerhub image from my Synology NAS

发布于 2020-04-15 14:51:14

Usually I have a public Dockerfile that I build with public DockerHub repository (songkong/songkong), then I can run it on my Synology by just searching for the tag in the registry

Public Image

but I am making some changes in my private DockerHub repo (songkong/songkongdockerdev) before public release. I have built image okay in Dockerhub, and I guess I use Image/Add from Url in Synology

enter image description here

but I cannot get the syntax correct for the Hub Page or Repository field, I tried a few things such as

what should it be ?

Questioner
Paul Taylor
Viewed
0
Robby De Laet 2020-05-10 21:05:50

I had the same problem for a long time.

Instead of https://hub.docker.com/repository/docker/songkong/songkongdockerdev use https://hub.docker.com/r/songkong/songkongdockerdev

Fill in your docker hub username and password.