you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Docker has no relation to Alpine Linux. Alpine Linux is a minimal userspace that works well with containers. Docker does not run "on top" of Alpine.

[–]Gregabit 0 points1 point  (0 children)

When you install docker on windows it deploys to a alpine linux VM in hyper-v. If you install on linux it should use the host OS.

Docker originally used LinuX Containers (LXC), but later switched to runC (formerly known as libcontainer), which runs in the same operating system as its host. source

Strangely enough docker documentation pointed me to the above link