I tried below commands by replacing () with (^) and (`) but did not work. Even after removing --privileged it is not working and I got this command from https://opensource.zalando.com/zalenium/:
docker run --rm -ti --name zalenium -p 4444:4444 ^
Ok, there seem to be multiple issues here …
First of all, Windows does not support “privileged” mode. -> Link
Second, the error message indicates that there’s something wrong with the volume. So I’d check if /c/Users/your_user_name/temp/videos really exists and is accessible.
On top, I’d highly suggest to move away from Windows! Docker will run much smoother in a Linux environment