top | item 38987545

(no title)

t0astbread | 2 years ago

I think parent was pointing out that you need Linux to run Docker (since it doesn't run natively on any other OS) which is different from what Cosmopolitan provides.

Edit: Ok, apparently it natively supports Windows for Windows containers and for everything else there's a Hyper-V integration. Not sure if you can write a portable Dockerfile script like that though.

discuss

order

pjmlp|2 years ago

You surely can, I have Dockerfiles that do it.

It is a matter of having build parameters for base images and using programming languages that are mostly OS agnostic.