We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434af06 commit 12d355fCopy full SHA for 12d355f
README.md
@@ -0,0 +1,26 @@
1
+# judge-workers
2
+
3
+This is one of the component of Coding Blocke Online Code Judge v2
4
5
+## Workers
6
7
+Workers are docker containers that run the code. They have simple requirements
8
9
+ - They have one compile.sh file that compiles (if required) the source
10
+ - They have a run.sh file that runs the source or the binary
11
12
+## Composition
13
14
+All workers are built on top of [alpine linux](https://alpinelinux.org/) 3.6
15
16
+## Supported Languages
17
18
+Currently we have following images -
19
20
+ - [c](containers/c)
21
+ - [cpp](containers/cpp)
22
+ - [java8](containers/java8)
23
+ - [nodejs6](containers/nodejs6)
24
+ - [nodejs](containers/nodejs8)
25
+ - [py2](containers/py2)
26
0 commit comments