You know who you are

jerodsanto@programming.dev to Programmer Humor@programming.dev – 977 points –
67

You are viewing a single comment

The difference between Docker and a VM is that Docker shares a kernel, but provides isolated processes and filesystems. macOS has a very distinct kernel from Linux (hence why Docker on macOS uses a Linux VM), I would be shocked if it could run on a Linux Docker host. Maybe you were running macOS in a VM?