Pushing docker images to Private Registries
-
Azure Container Registry:
- Refer Here
- logout of any other registry if logged in
docker logout
- Install azure cli Refer Here
- NOw execute
az login
and authenticate the credentials using code as shown in classroom - Create the registry as mentioned over here Refer Here
- Login into azure registry Refer Here
-
AWS Elastic Container Registry:
- Refer Here for the documentation
- Once we create a repository and then we can view push commands
- Install aws cli Refer Here for aws cli installation on linux systems
- Refer Here for creating IAM user
- Now configure aws cli with credentials
aws configure