JDock - https://github.com/amitmurthy/JDock - uses docker for sandboxing julia/ijulia processes.
Though docker itself is not production-ready (as per the original devs), I have not come across any major problems with my limited testing so far. On Thu, Jan 16, 2014 at 9:06 PM, Stephen Chisholm <[email protected]>wrote: > Hi, > > I'm building a system which will run user defined functions written in > Julia with the C API. In order to do this safely in a production > environment we need a way of sandboxing Julia so that the user cannot > execute system calls, uninstall/install julia libraries, etc.. Is there > currently a way to provide these types of safeties in a Julia environment, > if not has anyone thought about how to go about implementing such a thing? > > Cheers, Steve > > >
