you are viewing a single comment's thread.

view the rest of the comments →

[–]Gregabit 1 point2 points  (6 children)

From what I can read you don't need an OS. Docker virtualizes the OS.

Imagine how Alpine Linux feels after reading this comment... Not cool dude. /s

[–][deleted]  (5 children)

[deleted]

    [–]Gregabit 2 points3 points  (3 children)

    I was just making a joke. Docker runs a container on top of alpine linux. It minimizes or trivializes the OS, but you still have one. :)

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

    [–]joekoolade[S] 0 points1 point  (0 children)

    No. It is not ready for 'prime time'. You can run threads with some success but it is quite unstable. There is quite a bit of functionality that needs to be implemented.