summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..27e18d7
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Experimental, sandboxed server-side Java compiler
+===
+
+This repository contains an experimental Java compiler and runner.
+Each Java program gets compiled inside a separate Docker container and gets
+executed in another, completely isolated container without network.
+
+System requirements:
+ php
+ bash
+ Docker
+ coreutils