Skip to main content

Scrolls

Scrolls are OCI artifacts that define how to deploy applications on Druid.

Full documentation: See Scroll System

Quick Reference

Structure

scroll-dir/
├── scroll.yaml # Manifest
├── start.sh # Scripts
└── packet_handler/ # ColdStarter handlers

Commands

# Validate scroll
druid scroll validate

# Run scroll
druid serve

# Run specific command
druid run <command>

Publishing

druid registry login
druid registry push

For complete scroll.yaml format, field reference, examples, and ColdStarter configuration, see:

Scroll System Documentation