Containers are a hot topic. The technology, which has been most typified by Docker, enables applications to be deployed as a lightweight set of processes rather than an entire virtual machine (VM).
Oh, I mean the traditional way of running Linux Docker containers on Mac/Windows; the Docker command for those starts a small Linux VM and uses that to run containers. If you do a bind mount there, it ...