compilebox icon indicating copy to clipboard operation
compilebox copied to clipboard

Compile and run user-submitted code in a docker based sandbox.

Results 40 compilebox issues
Sort by recently updated
recently updated
newest added

Hey guys, ran Install_16_.04.sh on digital ocean x64 droplet, installed node etc. When I use the sample client api to do Hello word C file, it keeps timing out the...

hello.. i have try to used your docker images but lots of error not success to working. So please verify it and also possible so make it working script for...

Hello How I can make it run not on localhost (127.0.0.1) ? Thank you

We have app and which will spin the short term (short span) docker containers. Right now, it runs in Ubunut16.04 server (VM) and we installed docker, and nodejs in same...

i want to know that in dockerSandbox.js run , prepare and execute all methods require a success argument but while calling run method we pass nothing, how did it get...

i want to add a functionality to compile the code against multiple test cases. any ideas how can i do so. example: i have a python code def simpleArraySum(n,ar): s...

``` flag = 1 while (flag): print ('Given flag is really true!') print "Done" ``` And error: ATTEMPTING TO REMOVE: temp/2fe6cc4c7772de1a7581 ------------------------------ buffer.js:385 throw new Error('toString failed'); ^ Error: toString...

Hello There was some issue with dcker file. Missing: RUN export DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND noninteractive RUN apt-get install -y apt-utils Thanks

Error is ` 2 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up docker.io (1.6.2~dfsg1-1ubuntu4~14.04.1) ... addgroup: The group `docker'...

Has anybody tried to integrate compilebox with docker-compose? I have tried and haven't succeeded. From the beginning, I was trying to create docker-in-docker. I had a container with node js...