🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go

Description

The Open Source Registry implementation for storing and distributing container images and other content using the OCI Distribution Specification.

Examples

Dependency:
go get github.com/testcontainers/testcontainers-go/modules/registry
Usage:
registryContainer, err := registry.RunContainer(context.Background(), testcontainers.WithImage("registry:2.8.3"))