I want to run a docker container on my domain in either Digital Ocean or AWS so when i go to www.example-website.co.uk my docker container will be running in there rather than going to IP address 127.0.0.1 for example.
I appreciate any help with this as Docker is hard to get going.
I have tried to deploy apps with docker cloud but the url always has docker.io in it, i want my container to sit specifically in mywebsite.com rather than 127.0.0.docker.cloud.io for example
Yes, in AWS, the Elastic Load Balancer is the way to go. In my case, I associated the Load Balancer with my domain, and the load balancer has just one EC2 instance associated with it - the one that’s running the containers.