Build Flow
- Select a base image, existing template, or Dockerfile.
- Add setup steps such as package installs, file copies, repository clones, and build commands.
- Configure runtime defaults such as environment variables, user, workdir, start command, and readiness probe.
- Build the template. Nullspace prepares the environment and stores a snapshot.
- Create sandboxes with
Sandbox.create(template="name:tag").
Template Refs
Template refs can be names, tags, aliases, canonical refs, or IDs depending on the operation. For launch paths, prefer stable refs such asmy-template:stable.