indigo-dc / udocker

A basic user tool to execute simple docker containers in batch or interactive systems without root privileges.
https://indigo-dc.github.io/udocker/
Apache License 2.0
1.32k stars 133 forks source link

Is it possible to run udocker in Windows (not in wsl) #420

Open tastypear opened 5 months ago

tastypear commented 5 months ago

I tried to install udocker directly under Windows. It couldn't run because pwd is a UNIX-only module. I'm curious if this dependency can be replaced so that it will be compatible with Windows.

jorge-lip commented 5 months ago

udocker is Linux specific, even if the Python dependencies are removed it will not be possible to execute containers natively in Windows. The binaries (both the Linux applications in the containers and the engines to execute the containers) require an underlying Linux environment at least a Linux kernel or compatible ABI (WSL).