Here's the set up I use on Linux: The idea is to completely sandbox the program, and allow only access to specific bind mounted folders. But we also want to have to the frills of using GUI programs, audio, and network access. runc ( https://github.com/opencontainers/runc ) allows us to do exactly this. My config sets up a container with folders bind mounted from the host. The only difficult part is setting up a trans…
Any particular reason why you shared these files in a gist rather a repo?
I've made it clonable and should be straightforward to run now.