linuxserver / fleet

Status and image fleet metadata management application for Docker images
GNU General Public License v3.0
143 stars 11 forks source link

Allow private docker registries #13

Open DataHearth opened 3 years ago

DataHearth commented 3 years ago

Hey!

I'm planning to drop Docker Hub for a private (sort of) registry where I can "fully own" my images using the registry:2 docker image provided by Docker. Is it in your backlog to support Docker's private registries ? The current state (v2.3.0) doesn't seem to support that as it spins forever when I try to add my own (e.g:registry.domain.com/datahearth).

Thanks for this project BTW 😁!

Semmu commented 2 years ago

I would be very much interested in this as well.

In the meantime, the alternative I'm currently running is the "Joxit UI": https://github.com/Joxit/docker-registry-ui

scottmando2000 commented 2 years ago

I am also interested in this for the docker-fleet project.