Need a doc to create private doker registry with web frontend with ssl

I am a bit stuck while trying to create a private docker registry on a ubuntu linux mahine. I have created a linux machine from AWS and installed docker on it and created private docker registry container and also created a container for front end but it can’t be access via url with public ip address of the machine.

Can I have a doc to follow step by step please ? thanks 1

Hello shaktisrajawat,

Can you share the command which is used to start the frontend? if you use something like -p 8080:80, then you should allow port 8080 into ur security group. Check this document for more details Control traffic to your AWS resources using security groups - Amazon Virtual Private Cloud