Linking my docker registry with my AWS acount

Hey, i had recently started using docker. I have my images stored in my AWS account. I want these images to be my base images. So is there any way of syncing my AWS account with the docker registry so that i can pull my own amazon images.

do you mean the Docker Hub? or do you mean your own private repository?

either way, I think you’d use docker push from your AWS docker daemon to the registry.

see http://docs.docker.com/docker-hub/

try this link it should give you the information you are looking for.
https://aws.amazon.com/blogs/compute/authenticating-amazon-ecr-repositories-for-docker-cli-with-credential-helper/