Show HN: Simple sandboxed way to install and run Node.js scripts using Docker
1 freakynit 0 9/17/2025, 3:12:09 AM
Motivated by recent supply-chain attacks in the npm ecosystem, I built a lightweight bash tool to run nodejs scripts safely inside docker.
It keeps node_modules in a persistent docker volume and blocks network access by default, so you can install and test packages without polluting your system.
No comments yet