Closed kaantureyyen closed 1 year ago
Make sure to mount the file you want to access into the container, as described here: https://docs.docker.com/storage/volumes/
Aah I see, but even if I don't want to supply a config file and only use terminal arguments, I still get the same error message :(
got it to run with the config file mounted, still confused about how to run it with command line variables
Mooiin, I can not seem to get the argparse to parse my yml config file. Using a windows machine and running the docker image, I go
docker run tum_video_scraper -c .\[some_yml.yml]
What am I missing here? :(