summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJonas Kohl2024-11-06 15:37:39 +0100
committerJonas Kohl2024-11-06 15:37:39 +0100
commit557bb0c775f880ac7de99b9608045ff206614ed8 (patch)
tree20fc0e980cece66d06837d75ec150e3830b09d60 /README
Initial commit
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