run_node demonstrates running JavaScript/Node.js scripts in a sandboxed environment.
This example shows how to:
- Pull an OCI image (node:20-slim)
- Create a sandbox instance
- Write a JavaScript file to the filesystem
- Execute the script and capture output