Container Registries
Registries are the repositories that store images
Image naming conventions
<Registery> / <Account Name> / <image name>
By default, docker looks into docker.io
To know the default registry
All public images of any registry can be pulled without authentication
Authenticating to Image Registry
:::info Enter the credentials :::