I'm new to Docker and i decided to take the beginners guide on Play with docker classroom (Application Containerization and Microservice Orchestration). I tried this tutorial on my PC and installing docker for windows. In Step 1: Containerized Link Extractor Script on running the script docker container run -it --rm linkextractor:step1 http://example.com/
I'm getting an error
IT-KEVIN@IT-KEVIN MINGW64 ~/linkextractor (step1)
$ docker container run -it --rm linkextractor:step1 http://example.com/
/usr/bin/env: ‘python\r’: No such file or directory
How can i fix the error?