Expand description
Configuration types and helpers.
Structs§
- Build
- A build to run.
- Component
Mapping - Component mapping for imports.
- EnvPair
- Represents an environment variable pair.
- Group
- The group to run the sandboxes in.
- Group
Network - Network configuration for a group.
- Meta
- The metadata about the configuration.
- Microsandbox
- The microsandbox configuration.
- Microsandbox
Builder - Builder for Microsandbox configuration
- Module
- Module import configuration.
- Path
Segment - Represents a single segment of a path.
- Sandbox
- The sandbox to run.
- Sandbox
Builder - Builder for Sandbox configuration
- Sandbox
Group - Configuration for a sandbox’s group membership.
- Sandbox
Group Network - Network configuration for a sandbox in a group.
Enums§
- Network
Scope - Network scope configuration for a sandbox.
- Path
Pair - Represents a path mapping between host and guest systems, following Docker’s volume mapping convention.
- Port
Pair - Represents a port mapping between host and guest systems, following Docker’s port mapping convention.
- Reference
OrPath - Represents either an OCI image reference or a path to a rootfs on disk.
Constants§
- DEFAULT_
NETWORK_ SCOPE - The default network scope for a sandbox.
- START_
SCRIPT_ NAME - The start script name.