# Repository
- able to create repository (collection of docker images) on hub.docker after creating an account
# Azure Cloud Registry
- able to create a cloud-based container registry in azure to which you can upload container images and later pull from on demand![[images/Pasted image 20250712175041.png]]
- enable admin user and setup passwords ![[images/Pasted image 20250712180548.png]]
- `sudo docker login registry_name.azurecr.io` to login into newly created container registry
- push image to registry![[images/Pasted image 20250712180731.png]]
- first add a tag to rename image with DNS name of container registry, then push to registry
- pull image from registry
- `sudo docker pull registry_name.azurecr.io/image_name`