diff options
author | Jonas Kohl | 2024-11-06 15:37:39 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-11-06 15:37:39 +0100 |
commit | 557bb0c775f880ac7de99b9608045ff206614ed8 (patch) | |
tree | 20fc0e980cece66d06837d75ec150e3830b09d60 /README |
Initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |