
What is a registry? | Docker Docs
What is a registry? This Docker Concept will explain what a registry is, explore their interoperability, and have you interact with registries.
Deprecated products and features | Docker Docs
Explore deprecated and retired Docker features, products, and open source projects, including details on transitioned tools and archived initiatives.
Mirror | Docker Docs
Either pass the --registry-mirror option when starting dockerd manually, or edit /etc/docker/daemon.json and add the registry-mirrors key and value, to make the change …
docker login | Docker Docs
Authenticate to a self-hosted registry ... $ docker login registry.example.com By default, the docker login command assumes that the registry listens on port 443 or 80. If the registry …
Supported registry API for Docker Hub
Docker Hub is an OCI-compliant registry, which means it adheres to the open standards defined by the Open Container Initiative (OCI) for distributing container images.
MCP Catalog | Docker Docs
The Docker MCP Catalog is a centralized, trusted registry for discovering, sharing, and running MCP-compatible tools. ... Key features ... Note
docker manifest | Docker Docs
manifest create Usage: docker manifest create MANIFEST_LIST MANIFEST [MANIFEST...] Create a local manifest list for annotating and pushing to a registry Options: -a, --amend …
docker image push
Use docker image push to share your images to the Docker Hub registry or to a self-hosted one. Refer to the docker image tag reference for more information about valid image and tag names.
Build, tag, and publish an image | Docker Docs
This concept page will teach you how to build, tag, and publish an image to Docker Hub or any other registry
Registry cache | Docker Docs
Further reading For an introduction to caching see Docker build cache. For more information on the registry cache backend, see the BuildKit README.