Skip to content

Commit 12d355f

Browse files
Create README.md
1 parent 434af06 commit 12d355f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)