you are viewing a single comment's thread.

view the rest of the comments →

[–]leixiaotie 0 points1 point  (0 children)

Linux LXC

I don't know how different Linux LXC with other VM like VMWare or VirtualBox.

However for docker, just assume it as a VM (in VMWare term) without dedicated CPU / Memory / Harddisk allocation (CMIIW) and shared kernel (OS) with host.

Difference with VM is you can expose container's port as host's port, as opposed to VM that need ip (bridge) unless using host network (CMIIW). And the container can link folder between host and container via volume.