I am very new to docker and am trying to import my AWS EC2 AMI into a docker image. The image is a m2 linux image.
I have also setup a private docker hub(artifactory) to which I intend to push the image and make it available for consumption. What are the steps for importing AMI into docker image without starting from a base image and updating.
Pointers to any explanation would work too.