Closed Miltonbhowmick closed 2 years ago
The idea is to run the submitted code inside a separate container to avoid affecting your main container or other containers with malicious code.
I hope this makes sense to you!
The idea is to run the submitted code inside a separate container to avoid affecting your main container or other containers with malicious code.
I hope this makes sense to you!
Yeah it make sense! Thanks
I have read your blog https://dev.to/zakariamaaraki/how-to-develop-an-online-code-compiler-using-java-and-docker-1gpi Why can we not use only CMD to run main.py/main.java after submitting code from user?
Thanks in Advance.