LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clidocker
    Module●Since v0.1

    docker

    Attributes

    attribute
    ROOT
    attribute
    DEFAULT_POSTGRES_URI: str
    attribute
    DockerComposeType: Literal['plugin', 'standalone']

    Functions

    function
    subp_exec
    function
    can_build_locally
    function
    check_capabilities
    function
    debugger_compose
    function
    dict_to_yaml
    function
    compose_as_dict
    function
    compose
    function
    build_docker_image

    Classes

    class
    Version
    class
    DockerCapabilities

    Modules

    View source on GitHub
    module
    langgraph_cli

    Return whether local deployment builds can run on this machine.

    Checks:

    • Docker binary is installed
    • Docker daemon is running
    • Buildx is available when cross-compilation is required (non-x86_64)

    Convert a dictionary to a YAML string.

    Create a docker compose file as a dictionary in YML style.

    Create a docker compose file as a string.

    Build a Docker image from a LangGraph config.