I am learning Docker as I implement a new project and i have a question which I am sure one of you out there will have the answer:
How to create am image from an existing EC2(AWS) Instance(with my own personalised configurations) and then "containerise" it with Docker in my local machine. Just so i use all the preexisting configurations from that remote linux based EC2(AWS) without the need to re-do all the package installations from scratch in my local machine's docker container.
Is there someone out there that can layout the steps I need take to do that?