logoalt Hacker News

evgenysokovtoday at 1:47 PM2 repliesview on HN

The sandbox was already there, Rubydoc runs yard inside docker, the problem is that container still has network access


Replies

swiftcodertoday at 2:25 PM

Presumably the docker container has network access because something else in the build system requires it? I don't think sandboxing the entire build process is the right level of granularity here - one ideally wants to be able sandbox each package's build scripts individually.

chrisjjtoday at 4:40 PM

So, not a sandbox then.