1 comments

  • mkagenius2 hours ago
    If you don&#x27;t want to depend on cloud, have a mac, then you can run a sandbox locally on you mac. I have built an apple container (not docker) based sandbox to run arbitrary code - coderunner[1]. It is quite fast. And apple container provides one vm per container unlike docker on macos which shares the vm across all containers. Coderunner is good for processing sensitive docs locally in a secure sandbox.<p>1. coderunner - <a href="https:&#x2F;&#x2F;github.com&#x2F;instavm&#x2F;coderunner" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;instavm&#x2F;coderunner</a>