Project design building a website that d allow users to submit code and my back end would use a cluster of machines probably on AWS to run the code and return the result

0 votes
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.
Feb 6, 2020 in Docker by anonymous
• 19,610 points
742 views
In docker will create containers based on no of images, so how many images you have currently in your application and what's the size of images, pls share all details?
I'm thinking I could go with Alpine based linux containers that have gcc, g++, java, python to run the user submitted code.
ok great,but do you know in which file format the code will stored in?
Which code? What do you mean? I'm more confused about the design and containerizing of components of the project right now.
yes I understand your concern, there are some steps need to follow in order to do containerization, you need to create docker images, etc. Start with understanding the difference between VM (compute engine) and container engine

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Docker

+1 vote
0 answers

How can I map a docker location to my Jenkins workspace so that I can use the files in my Jenkins

Hey guys, I was trying to execute few ...READ MORE

Feb 25, 2020 in Docker by dineshkumar
• 130 points
4,613 views
0 votes
1 answer

How to run a docker command from inside the container?

You must have come across the /var/run/docker.sock file, ...READ MORE

answered Jun 28, 2018 in Docker by Sophie may
• 10,610 points
3,253 views
+1 vote
2 answers

How to run docker containers on different machines

You can use labels and selectors for ...READ MORE

answered Oct 23, 2018 in Docker by Laila
3,159 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
0 votes
1 answer

Deploy multiple platforms to Elastic Beanstalk

Solve by using .ebextentions to run pre-install commands in ...READ MORE

answered Nov 28, 2018 in AWS by Archana
• 5,640 points
999 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP