I have just started to use docker. I have installed alpine image for testing docker workflow but after running
docker run alpine ls -l
I am getting this following error
Error response from daemon: oci runtime error: container_linux.go:262: starting container process caused "exec: \"ls-l\": executable file not found in $PATH".
I have installed Docker Desktop for Windows in Windows 10.