I was having some issues running my built image docker run --name imdb -p 5432:5432 -v imdb_data:/var/lib/postgresql/data imdb
I was getting an error downloading the imdb dataset. I realized I needed a flag to bypass SSL verification using the --no-check-certificate flag and it was also timing out so I needed to increase the timeout time.
It could be helpful to add in some conditionals for wget @ imdblib/table/init.py Line 76 - 78,
--no-check-certificate
--timeout={timeout}
--background