Software Alternatives & Reviews
Table of contents
  1. Social Mentions
  2. Comments

Docker Registry 2.0

Barebones but complete registry implementation for self-hosting. subtitle

Docker Registry 2.0 Reviews and details

Screenshots and images

  • Docker Registry 2.0 Landing page
    Landing page //
    2023-10-18

Badges

Promote Docker Registry 2.0. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Docker Registry 2.0 and what they use it for.
  • regularly updating a docker image from source across several servers
    Run your own container registry, build and host everything yourself, dont rely on others. Docker for example has a option for that but imo its very basic and limited. Harbor is more advanced but still not overly complicated. You could add build workers to that and automate your entire pipeline, but maybe for a single image thats overkill. But good to have those options in the future. Things to look at for example:... Source: 10 months ago
  • regularly updating a docker image from source across several servers
    You can run your own docker registry if you want and push images to it: https://docs.docker.com/registry/. Source: 10 months ago
  • gitea for container image regsitry
    You can self-host your own. There is many alternatives but the official one you can find in these docs here Https://docs.docker.com/registry/. Source: 12 months ago
  • Docker registry: Harbor or Nexus?
    Yes, this one https://docs.docker.com/registry/. Source: 12 months ago
  • Authenticated Docker Hub image pulls in Kubernetes
    Operate a pull-through cache registry, like Artifactory or the open source reference Docker registry. This will allow you to pull images from Docker Hub less frequently, improving your chances of staying under the anonymous usage limit. - Source: dev.to / about 1 year ago
  • How to own your own Docker Registry address
    If you're just looking for docker, the official docker registry[0] is quite literally just a docker container. The only problem is that authentication is very much geared around being totally private (as in, they recommend you just throw nginx in front of it). Couldn't find much on a "read-only" version of that. GitLab is an overbloated mess that you can't really justify unless you have organization-style... - Source: Hacker News / about 1 year ago
  • Docker is sunsetting Free Team organizations [pdf]
    The simplest is probably the registry image: https://docs.docker.com/registry/ The best (automated cleanup, permissions management etc.) in my opinion is something like Sonatype Nexus: https://hub.docker.com/r/sonatype/nexus3/ which also handles various other formats, not just OCI containers. Here's an approximation (slightly outdated, but close enough) of how I run my own Nexus instance:... - Source: Hacker News / about 1 year ago
  • AWS releases Finch: An open source client for container development
    With more options like auth and certs. Infra might include backing disk and LB; if you need to scale, run several and keep them in sync with one of many open tools eg regclient. Also plenty of cloud services now have registries like GHCR, ECR, etc. Which are basically pay per Gb. https://docs.docker.com/registry https://github.com/regclient/regclient. - Source: Hacker News / over 1 year ago
  • We Need to Talk About Docker Registries
    In short, a Docker registry stores Docker images. This is where we push images to and pull images from:. - Source: dev.to / over 1 year ago
  • Concepts of Docker
    4. Docker Registries Docker images can be stored and distributed using a Docker registry. - Source: dev.to / over 1 year ago
  • Why am I getting an ErrImagePull error in this Kubernetes deployment?
    Then I created a Docker Registry container by running this command (via this tutorial, only running the first command below). Source: almost 2 years ago
  • Podman can transfer container images without a registry
    Perhaps you are looking for something like this? Docker run -d -p 5000:5000 --name registry registry:2 https://docs.docker.com/registry/#:~:text=The%20Registry%20is%20a%20stateless,under%20the%20permissive%20Apache%20license. - Source: Hacker News / about 2 years ago
  • What is "registry"?
    I know it sounds like a noob & stupid question, but I'm confused. I'm talking about registry like registry in Docker remote and Docker local. My senior keeps telling me about registries but I don't have any idea what to do.. I know I can read the doc here and here, but they don't explain what it actually is. It just told me about the brief description and how to run it, but it doesn't tell me what it is. Source: about 2 years ago
  • Hosting my own docker registry, any recommendations on UI and authentication service?
    Hi I have not the docker registry:2 installed which I need for my CI/CD setup. Do you have any recomendations for a web UI that supports OAuth2 authentication. Source: over 2 years ago
  • Docker Registry in production
    It's a pretty straight forward question. Docker registryDocker registry is a product that it appears you don't know about so it would seem the problem is with your limited knowledge, not my articulation. Source: over 2 years ago
  • Question about Docker Hub
    You can have private repositories on Docker Hub, but only on the paid plans: pricing. The images are still hosted on the Docker Hub though, so in case their auth system fails at any point, your data might leak. However, the Docker Registry software is FOSS, so you may consider hosting your own. Source: over 2 years ago
  • Docker newbie here. Can I build a docker image on my local laptop, push it on a VM, and run it using docker run?
    Or run you own local registry: https://docs.docker.com/registry/. Source: over 2 years ago
  • Ask HN: Any Good Alternative for Docker?
    The docker registry is easy to self-host for development purposes (https://docs.docker.com/registry/). Securing it for production is another topic though. If you use Kubernetes you can self-host the registry and use Harbor (goharbor.io), it supports security scanning of images and can sign them too. - Source: Hacker News / over 2 years ago
  • CI/CD solution with deploying docker containers
    The first thing you'll want to consider is your container registry. You don't want to just build the code and deploy it locally, you want your build process to spit out a container image somewhere. You could push it up to docker hub, or run your own registry locally. This is the CI part and there's a plethora of ways to do that - github actions, travis CT, Azure Devops, they all basically do the same thing. Easy... Source: over 2 years ago
  • docker compose context on an offline host
    What you might want to consider doing is setting up a local docker registry on the 'disconnected' docker host. So build your images on your laptop and then push them to the registry on this disconnected host. Source: about 3 years ago
  • Ditching Docker Compose for Kubernetes
    With Docker Compose I can build an image and run it with just one simple command docker-compose up --build, assuming I have my docker-compose files setup. What's the analogue of this with Kubernetes? When I build an image, how can Kubernetes pull it? Do I need a local Docker Registry to push my image to? - Source: dev.to / about 3 years ago

Do you know an article comparing Docker Registry 2.0 to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Docker Registry 2.0 discussion

Log in or Post with

This is an informative page about Docker Registry 2.0. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.