Hacker News new | ask | show | jobs
by Jean-Philipe 4141 days ago
Docker is not a VM and only works on Linux.
1 comments

boot2docker is a commandline interface to docker that works on Windows, Mac and Linux. (Maybe *BSDs too.)

On non Linux systems, it downoads a prebuilt VM, and runs it with Virtualbox.

This is how Docker currently works on other OSes.