@gridland/container
v0.4.3
Published
Run CLI apps in isolated Docker containers
Readme
@gridland/container
Run Gridland apps (or any CLI) in an isolated Docker container — a safe sandbox for executing untrusted terminal code.
Useful for agent tools, code playgrounds, and review environments where you want to run someone else's CLI without giving it access to your machine.
Requirements
Run a demo in a sandbox
bunx @gridland/container @gridland/demo -- landingSupported sources
- npm package:
bunx @gridland/container <package> -- <args> - GitHub repo:
bunx @gridland/container github:user/repo -- <args> - Local directory:
bunx @gridland/container ./my-app -- <args>
The container mounts only what's needed, runs with a non-root user, and tears down on exit.
Documentation
Full docs at gridland.io/docs
