Hi. I'm new to Docker and am a bit confused on how to design my project.
I'm looking to build a website that'd allow users to submit code and my back end would use a cluster (it that's the right term) of machines (probably on AWS?) to run the code and return the result.
So, I'm basically going to have to spawn new containers/machines (which one?) with 512 MB RAM and a single core .
Thanks in advance.