Create a docker image/container from EC2 AMI
Here is how I did it. On source AMI locate root volume snapshot id in the description /dev/sda1=snap-eb79b0b1:15:true:gp2 Launch instance with public Ubuntu 14.04 AMI Create volume from snapshot snap-eb79b0b1 (in the same region that the instance runs). Attach volume to the instance as /dev/sdf mount volume to /mnt mount /dev/xvdf /mnt (or) mount /dev/xvdf1 … Read more