I am new to Docker.
I want to upload cv2 to a AWS lambda function, so I was following https://itnext.io/create-a-highly-scalable-image-processing-service-on-aws-lambda-and-api-gateway-in-10-minutes-7cbb2893a479
I am trying to generate a Lambda-ready Python package for OpenCV by running
docker run --rm -v $(pwd):/package tiivik/lambdazipper opencv-python
which is, I assume, supposed to create opencv-python.zip in the current working directory. So that I can upload it to the lambda layer.
But, when I run the command, downloading/pulling happens, but it does not create anything. I have tried other similar tutorials but none of them creates anything.
What's wrong with this?
I have Windows 10 Pro. So, I have Docker Desktop and I am using WSL 2