docker-maya
docker-maya copied to clipboard
podman: anyone got it working on Windows?
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
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