Cant I use Amazon ECR
registry the same was as I am creating private registry
?
- Whitelist the private registry by adding to daemon.json file and restart docker service
docker push <ecr/registry/ip>/<image_name>
docker pull <ecr/registry/ip>/<image_name>
we need to use aws cli
, but I dont want to use the same and handle it via private registry method.
Any leads?