diff options
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 |