wishstudio / flinux

Foreign LINUX - Run unmodified Linux applications inside Windows.
GNU General Public License v3.0
3.58k stars 244 forks source link

Can flinux run docker? #70

Closed JoyceBabu closed 9 years ago

JoyceBabu commented 9 years ago

Can flinux run docker?

hnsl commented 9 years ago

Very unlikely since that requires very advanced clone(2), cgroup and filesystem support. You'd have to port the entire layerfs implementation to flinux among a billion other things.

JoyceBabu commented 9 years ago

Okay, thanks.