Managing browsers can be a recipe for memory leaks, zombie processes and devops issues. BlitzBrowser handles all the hard work of deploying and scaling the browsers, so you can focus on your code.
docker run -d \ --name pyrunner \ -p 8000:8000 \ -v pyrunner_data:/app/data \ -e DEBUG=False \ -e ALLOWED_HOSTS=localhost \ hasanaboulhasan/pyrunner:latest ...