Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tastypear opened this issue Apr 6, 2024 · 1 comment
Open

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

tastypear opened this issue Apr 6, 2024 · 1 comment
Labels

Comments

@tastypear
Copy link

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
Copy link
Collaborator

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants