How to create a docker container, in a python script, which runs a python script in the container?
I'm creating a website similar to leetcode where users can submit code. I'll be running this code in a docker container for security measures. My code isn't behaving how I was expecting it to. I've written this script which displays…