|
|
|
|
|
by zaphirplane
2584 days ago
|
|
Running stand alone and throw away code in a container, is very different from running a user provided script within your long lived application securely.
Think credentials, Db access, file system access, network But you want to access the DB and write to files and the network just not anywhere, so you have different process and communicate via rpc |
|