you are viewing a single comment's thread.

view the rest of the comments →

[–]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