Hide

RegistryUI Documentation

Display
Print

Docker Registry

A Docker Registry hosts all repositories and images. RegistryUI uses the official Docker Registry image to implement the self-hosted Docker Registry. Complete information about the Docker Registry can be found at https://docs.docker.com/registry/.

RegistryUI defers all registry actions, API calls, image push/pull actions, etc., to the Docker Registry which is located in the container named registry (default name). See Installing RegistryUI With Docker for more information.