docker-maya icon indicating copy to clipboard operation
docker-maya copied to clipboard

podman: anyone got it working on Windows?

Open nyue opened this issue 7 months ago • 1 comments

Hi,

I am able to use podman to pull and run the container on Rocky Linux 9

However, running the same command on Windows 11 returns an exit code of 139. I tried it with both command prompt and powershell.

Kind regards

nyue avatar Jul 29 '25 22:07 nyue

I have also repeated the test with docker desktop on Windows.

echo %ERRORLEVEL% returns 139 after docker downloaded and seemly ran the comman

C:\Users\yueni\temp>docker run -ti -v c:/Users/yueni/temp:/root/workdir --rm mottosso/maya

C:\Users\yueni\temp>echo %ERRORLEVEL%
139

nyue avatar Aug 02 '25 17:08 nyue