LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithsandboxCreateSnapshotOptions
Interface●Since v0.8

CreateSnapshotOptions

Options for creating a snapshot from a Docker image.

Copy
interface CreateSnapshotOptions

Properties

property
registryId: string

Private registry ID (alternative to URL/credentials).

property
registryPassword: string

Registry password.

property
registryUrl: string

Registry URL for private images.

property
registryUsername: string

Registry username.

property
signal: AbortSignal

AbortSignal for cancellation.

property
timeout: number
View source on GitHub