|
|
|
|
|
by tlrobinson
4731 days ago
|
|
Honest question: do you audit every line of code you ever download and execute? Edit: Ironically Docker itself has the potential to help solve the problem of running untrusted open source code. I think every open source project should include either a Dockerfile or Vagrantfile to help users get up and running quickly, and safely run untrusted projects. |
|
For example, I would notice that it requires apt-get
Then it downloads some binary into /usr/local/bin, at this point, I'd probably configure a VM to review this further.