Docker Registry logo
Dev · self-hosted

Docker Registry in one click.

Docker Registry is a private image registry you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Docker Registry?

Docker Registry (Distribution) is an open-source server for storing and distributing container images following the OCI Distribution Specification. It is the foundation underlying Docker Hub and other container registries.

CategoryDev
Default port5000
Container imageregistry:2

Run Docker Registry in Even

Even Stacks launches Docker Registry as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Docker Registry in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 5000, and serves it over trusted HTTPS at https://registry.localhost.

Drive Docker Registry with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Docker Registry directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside the container, build against the service, and read its logs to debug. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Docker Registry and get it ready", and the agent handles it end to end.

How agents reach it: No web UI. Push images with `docker push localhost:5000/myimage:tag` and pull with `docker pull localhost:5000/myimage:tag`. List repositories via GET http://localhost:5000/v2/_catalog; image data lives in the /var/lib/registry volume.

More Dev services

Other one-click services you can launch in Even Stacks.