How is Docker different from a virtual machine?

前端 未结 20 3147
闹比i
闹比i 2020-11-21 22:36

I keep rereading the Docker documentation to try to understand the difference between Docker and a full VM. How does it manage to provide a full filesystem, isolated network

20条回答
  •  Happy的楠姐
    2020-11-21 23:17

    Docker encapsulates an application with all its dependencies.

    A virtualizer encapsulates an OS that can run any applications it can normally run on a bare metal machine.

提交回复
热议问题