|
|
|
|
|
by knadh
1756 days ago
|
|
What is the difference between downloading and running a bash script vs. downloading and running a binary or a Docker image? Surely, when downloading a piece of software from a (quasi?) trusted source, no developer is going to read all the lines of source code before running it. And if that's the case, how is downloading and running an .sh from the same source any different? |
|
Now, should you run some random docker image(s)? Maybe not. But it's easier to see what's going on - maybe you spin up a vm and run docker there, isolated?