Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2026 v0.1.0 May 26, 2026 Changes in this version + type Manager struct + func NewManager() (*Manager, error) + func (m *Manager) EnsureRegistry(ctx context.Context) error + func (m *Manager) RegistryInfo(ctx context.Context) (*RegistryStatus, error) + func (m *Manager) StopRegistry(ctx context.Context) error + type RegistryStatus struct + HostPort int + IP string + PullURL string + PushURL string + Running bool