Docker Images - Docker file

Hi,

Question related to docker file shown in
Course - Docker for beginner
→ Section - Docker Images
→ Video - Docker Images

While creating docker file, command “FROM Ubuntu” is used. so does that mean a full OS will be added to the image? which is similar to a VM iso image, because both have kernel added.

can anyone please explain the difference between docker image with OS and Virtual machine iso?

Hello @Jagadish-G,
Kindly check this useful thread cloud - What are the differences between a VM image and a Docker image? - Stack Overflow

Thanks,
KodeKloud

Thank you… Article is helpful :+1:t4:

Happy learning, Jagadish!