Access to AWS ECR

Expected behavior

Actual behavior

Additional Information

Steps to reproduce the behavior

Is there a way to access images in AWS ECR and start them as services? I managed to access the Docker public registry (e.g. start Nginx as scaled out services), but so far I have not been able to start services from my AWS ECR registry.

I think there are more details here: https://github.com/docker/docker/issues/24372

The main thing is to pass --registry-auth. Also see Use of Docker Private Repo doesn't work properly with Docker for AWS

1 Like