← Back to catalog Docker Registry · managed by DINAO

Your private image registry, hosted in France

A private OCI registry powered by Distribution (the core of Docker Hub and Harbor), installed and maintained by DINAO. Your container images remain on our French servers, secured and accessible to your CI/CD pipelines.

Hosted in FranceSecure private registryOCI CompliantGDPR CompliantOfficial Docker image
Overview

What is Docker Registry?

Docker Registry (project Distribution, under the CNCF umbrella) is the reference open-source implementation of a container image registry, compliant with the OCI Distribution Specification. It allows you to host your own private registry to store, version, and distribute container images and other OCI artifacts — exactly the component that powers major registries like Docker Hub, GitHub Container Registry, GitLab Container Registry, and the Harbor project.

Written in Go, the server is stateless and highly scalable: its memory and CPU footprint is low for a simple private registry, and sizing depends mainly on the stored volume and push / pull traffic. The default storage uses the local file system, but drivers allow switching to object storage (S3, Azure Blob, Google Cloud Storage).

On the security side, it natively supports TLS and authentication (basic htpasswd or token-based), integrates seamlessly with Docker, Podman, containerd, and Kubernetes, and can be enhanced with a pull-through cache and garbage collection of unused layers. For advanced RBAC or vulnerability scanning features, it often serves as the foundation for solutions like Harbor.

Compatible offers

Host Docker Registry at DINAO

Resource tiers compatible with Docker Registry prerequisites (minimum 1 vCPU / 256 Mo / 5 Go). Hosted in France, fully managed.

Découverte
1 vCPU · 2 Go · 20 Go
9,90 € /month excl. VAT
  • 1 dedicated vCPU
  • 2 Go RAM
  • 20 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Under the hood

Technical details

vCPU
1 vCPU
ideal : 2 vCPU
Memory
256 Mo
ideal : 1 Go
Disk
5 Go
ideal : 50 Go
Image : registry:3 Registry : docker.io Services : registry Ports : 5000
FAQ

You might be wondering…

What is a private Docker registry for?

It allows you to store and distribute your own container images internally, fed by your CI/CD pipelines, without relying on a public registry (and without its pull limits or code exposure).

Is it compatible with my existing tools?

Yes. It is the reference implementation of the OCI Distribution spec: it works with Docker, Podman, containerd, Kubernetes, and any OCI-compatible tool, via simple push / pull commands.

Where are the images hosted?

On DINAO infrastructure in France, in one of the available datacenters. Your images and their code never leave the territory.

How is access secured?

The registry is served over HTTPS/TLS, with basic or token-based authentication, and can be restricted by IP. Each instance is isolated in its own dedicated container.

Can I change plans or migrate my images?

Yes. You can upgrade or downgrade at any time, and your images remain exportable and migratable to any OCI registry — no proprietary lock-in.