About 600 results
Open links in new tab
  1. 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.

  2. 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.

  3. 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 …

  4. 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 …

  5. 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.

  6. MCP Catalog | Docker Docs

    The Docker MCP Catalog is a centralized, trusted registry for discovering, sharing, and running MCP-compatible tools. ... Key features ... Note

  7. 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 …

  8. 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.

  9. 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

  10. 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.