@Simon_Seitz
If you still want to try Docker. Please run its command on Powershell only because Docker Bind Mount feature don’t work on command prompt (cmd) Please follow these steps:
“PS C:\WINDOWS\system32> cd C:\Users\xyz\Documents\coursera\machine-learning-engineering-for-production-public\course1\week1-ungraded-lab
PS C:\Users\xyz\Documents\coursera\machine-learning-engineering-for-production-public\course1\week1-ungraded-lab> docker pull deeplearningai/mlepc1w1-ugl:jupyternb
error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=deeplearningai%2Fmlepc1w1-ugl&tag=jupyternb”: open //./pipe/docker_engine: The system cannot find the file specified.
PS C:\Users\xyz\Documents\coursera\machine-learning-engineering-for-production-public\course1\week1-ungraded-lab> docker run -it --rm -p 8888:8888 -p 8000:8000 --mount type=bind,source=”$(pwd)“,target=/home/jovyan/work deeplearningai/mlepc1w1-ugl:jupyternb
docker: error during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: Post “http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create”: open //./pipe/docker_engine: The system cannot find the file specified.
See ‘docker run --help’.
PS C:\Users\xyz\Documents\coursera\machine-learning-engineering-for-production-public\course1\week1-ungraded-lab>”
Looking for "“http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/containers/create” or “docker run --help” gave no answer did not help.