# Bash/Shell sandbox template
# Minimal Alpine-based sandbox for shell scripts
[sandbox]
name = "bash"
base_image = "alpine:3.20"
[resources]
vcpus = 1
memory_mb = 256
[security]
profile = "moderate"
[template]
description = "Minimal Alpine shell sandbox"
category = "Languages"
help_text = """
How to use: Start the sandbox and run your workflow inside /workspace.
Example command: ls -la /workspace
Binaries available: sh, ash, busybox
Services and ports: No long-running service is configured by default; only explicitly mapped ports are exposed.
"""