What are the differences between a VM image and a Docker image? [duplicate]
问题 This question already has answers here : How is Docker different from a virtual machine? (19 answers) Closed 4 years ago . Are there any differences in images of Docker and Virtual Machine? Except the image formats, I couldn't find any info on this anywhere. Please comment out on the things like image size, instance creation time, capture time, etc. Thanks! 回答1: These are some differences between a docker and a VM image which I could list out: 1. Snapshot process is faster in Docker than VMs