langgraph up doesn't find Docker on mac #186

Closed
opened 2026-02-20 17:30:55 -05:00 by yindo · 21 comments
Owner

Originally created by @n-sviridenko on GitHub (Aug 12, 2024).

Checked other resources

  • I added a very descriptive title to this issue.
  • I searched the LangGraph/LangChain documentation with the integrated search.
  • I used the GitHub search to find a similar question and didn't find it.
  • I am sure that this is a bug in LangGraph/LangChain rather than my code.
  • I am sure this is better as an issue rather than a GitHub discussion, since this is a LangGraph bug and not a design question.

Example Code

[Not applicable]

Error Message and Stack Trace (if applicable)

No response

Description

> langgraph up

Starting LangGraph API server...
For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.
Usage: langgraph up [OPTIONS]
Try 'langgraph up --help' for help.

Error: Docker not installed or not running

System Info

langchain-core==0.2.29
langchain-openai==0.1.21

mac

python 3.12

Originally created by @n-sviridenko on GitHub (Aug 12, 2024). ### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrated search. - [X] I used the GitHub search to find a similar question and didn't find it. - [X] I am sure that this is a bug in LangGraph/LangChain rather than my code. - [X] I am sure this is better as an issue [rather than a GitHub discussion](https://github.com/langchain-ai/langgraph/discussions/new/choose), since this is a LangGraph bug and not a design question. ### Example Code ```python [Not applicable] ``` ### Error Message and Stack Trace (if applicable) _No response_ ### Description ```sh > langgraph up Starting LangGraph API server... For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta. For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY. Usage: langgraph up [OPTIONS] Try 'langgraph up --help' for help. Error: Docker not installed or not running ``` ### System Info ``` langchain-core==0.2.29 langchain-openai==0.1.21 ``` mac python 3.12
yindo added the question label 2026-02-20 17:30:55 -05:00
yindo closed this issue 2026-02-20 17:30:55 -05:00
Author
Owner

@n-sviridenko commented on GitHub (Aug 12, 2024):

I'm also using zsh, so it's similar to Similar to https://github.com/langchain-ai/langgraph-studio/issues/37 , but in my case I already did everything that was suggested in that issue and it didn't help

@n-sviridenko commented on GitHub (Aug 12, 2024): I'm also using zsh, so it's similar to Similar to https://github.com/langchain-ai/langgraph-studio/issues/37 , but in my case I already did everything that was suggested in that issue and it didn't help
Author
Owner

@vbarda commented on GitHub (Aug 13, 2024):

@n-sviridenko is docker running on your machine? could you perhaps paste output of docker info command?

@vbarda commented on GitHub (Aug 13, 2024): @n-sviridenko is docker running on your machine? could you perhaps paste output of `docker info` command?
Author
Owner

@n-sviridenko commented on GitHub (Aug 13, 2024):

It’s running. I’m from my mobile

On Tue, 13 Aug 2024 at 15:13 Vadym Barda @.***> wrote:

@n-sviridenko https://github.com/n-sviridenko is docker running on your
machine? could you perhaps paste output of docker info command?


Reply to this email directly, view it on GitHub
https://github.com/langchain-ai/langgraph/issues/1319#issuecomment-2286222240,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACHHE7XHDX3H3H7V755OVC3ZRIA6BAVCNFSM6AAAAABMMTTCLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBWGIZDEMRUGA
.
You are receiving this because you were mentioned.Message ID:
@.***>

@n-sviridenko commented on GitHub (Aug 13, 2024): It’s running. I’m from my mobile On Tue, 13 Aug 2024 at 15:13 Vadym Barda ***@***.***> wrote: > @n-sviridenko <https://github.com/n-sviridenko> is docker running on your > machine? could you perhaps paste output of docker info command? > > — > Reply to this email directly, view it on GitHub > <https://github.com/langchain-ai/langgraph/issues/1319#issuecomment-2286222240>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACHHE7XHDX3H3H7V755OVC3ZRIA6BAVCNFSM6AAAAABMMTTCLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBWGIZDEMRUGA> > . > You are receiving this because you were mentioned.Message ID: > ***@***.***> >
Author
Owner

@vbarda commented on GitHub (Aug 16, 2024):

any chance you're using podman?

@vbarda commented on GitHub (Aug 16, 2024): any chance you're using podman?
Author
Owner

@n-sviridenko commented on GitHub (Aug 19, 2024):

Not really - just the regular Docker desktop for mac.

@n-sviridenko commented on GitHub (Aug 19, 2024): Not really - just the regular Docker desktop for mac.
Author
Owner

@vbarda commented on GitHub (Aug 19, 2024):

can you paste the output of docker info?

@vbarda commented on GitHub (Aug 19, 2024): can you paste the output of `docker info`?
Author
Owner

@vbarda commented on GitHub (Aug 30, 2024):

Closing due to inactivity

@vbarda commented on GitHub (Aug 30, 2024): Closing due to inactivity
Author
Owner

@n-sviridenko commented on GitHub (Oct 26, 2024):

> langgraph up

Starting LangGraph API server...
For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.
Usage: langgraph up [OPTIONS]
Try 'langgraph up --help' for help.

Error: Docker not installed or not running
> docker info

Client:
 Context:    default
 Debug Mode: false
 Plugins:
  app: Docker App (Docker Inc., v0.9.1-beta3)
  buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
  scan: Docker Scan (Docker Inc., v0.6.0)

Server:
 Containers: 14
  Running: 14
  Paused: 0
  Stopped: 0
 Images: 67
 Server Version: 20.10.5
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e
 runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec
 init version: de40ad0
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 5.10.25-linuxkit
 Operating System: Docker Desktop
 OSType: linux
 Architecture: x86_64
 CPUs: 6
 Total Memory: 1.941GiB
 Name: docker-desktop
 ID: TTHX:VUA5:ENOI:XRZ4:OCGS:FYCB:6S63:7RKQ:IXKL:WE6N:YLSB:7X7D
 Docker Root Dir: /var/lib/docker
 Debug Mode: true
  File Descriptors: 154
  Goroutines: 133
  System Time: 2024-10-26T13:42:25.088685898Z
  EventsListeners: 4
 HTTP Proxy: http.docker.internal:3128
 HTTPS Proxy: http.docker.internal:3128
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

@n-sviridenko commented on GitHub (Oct 26, 2024): ```sh > langgraph up Starting LangGraph API server... For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta. For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY. Usage: langgraph up [OPTIONS] Try 'langgraph up --help' for help. Error: Docker not installed or not running ``` ```sh > docker info Client: Context: default Debug Mode: false Plugins: app: Docker App (Docker Inc., v0.9.1-beta3) buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) scan: Docker Scan (Docker Inc., v0.6.0) Server: Containers: 14 Running: 14 Paused: 0 Stopped: 0 Images: 67 Server Version: 20.10.5 Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog Swarm: inactive Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc Default Runtime: runc Init Binary: docker-init containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec init version: de40ad0 Security Options: seccomp Profile: default Kernel Version: 5.10.25-linuxkit Operating System: Docker Desktop OSType: linux Architecture: x86_64 CPUs: 6 Total Memory: 1.941GiB Name: docker-desktop ID: TTHX:VUA5:ENOI:XRZ4:OCGS:FYCB:6S63:7RKQ:IXKL:WE6N:YLSB:7X7D Docker Root Dir: /var/lib/docker Debug Mode: true File Descriptors: 154 Goroutines: 133 System Time: 2024-10-26T13:42:25.088685898Z EventsListeners: 4 HTTP Proxy: http.docker.internal:3128 HTTPS Proxy: http.docker.internal:3128 Registry: https://index.docker.io/v1/ Labels: Experimental: false Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false ```
Author
Owner

@n-sviridenko commented on GitHub (Oct 26, 2024):

@vbarda posted above, we can re-open it

@n-sviridenko commented on GitHub (Oct 26, 2024): @vbarda posted above, we can re-open it
Author
Owner

@gedion commented on GitHub (Oct 26, 2024):

Having the same issue.

 base) ➜  langgraph-cloud docker --version
 Docker version 20.10.22, build 3a2c30b
 (base) ➜  langgraph-cloud langgraph up
 Starting LangGraph API server...
 For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta.
 For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY.
 Usage: langgraph up [OPTIONS]
 Try 'langgraph up --help' for help.
 
Error: Docker not installed or not running
@gedion commented on GitHub (Oct 26, 2024): Having the same issue. ``` base) ➜ langgraph-cloud docker --version Docker version 20.10.22, build 3a2c30b (base) ➜ langgraph-cloud langgraph up Starting LangGraph API server... For local dev, requires env var LANGSMITH_API_KEY with access to LangGraph Cloud closed beta. For production use, requires a license key in env var LANGGRAPH_CLOUD_LICENSE_KEY. Usage: langgraph up [OPTIONS] Try 'langgraph up --help' for help. Error: Docker not installed or not running ```
Author
Owner

@gedion commented on GitHub (Oct 26, 2024):

According to the official Docker documentation at https://docs.docker.com/reference/cli/docker/system/info/#format , the correct usage of the -f flag with the info command is:

docker info -f '{{json .}}'

however, it appears that it's being used incorrectly here: https://github.com/langchain-ai/langgraph/blob/main/libs/cli/langgraph_cli/docker.py#L80

@gedion commented on GitHub (Oct 26, 2024): According to the official Docker documentation at https://docs.docker.com/reference/cli/docker/system/info/#format , the correct usage of the `-f` flag with the `info` command is: ``` docker info -f '{{json .}}' ``` however, it appears that it's being used incorrectly here: https://github.com/langchain-ai/langgraph/blob/main/libs/cli/langgraph_cli/docker.py#L80
Author
Owner

@dqbd commented on GitHub (Oct 31, 2024):

@gedion Hello, would it be possible to share your contents of docker info -f json and if `docker info -f '{{ json . }}' does yield different outputs?

@dqbd commented on GitHub (Oct 31, 2024): @gedion Hello, would it be possible to share your contents of `docker info -f json` and if `docker info -f '{{ json . }}' does yield different outputs?
Author
Owner

@gedion commented on GitHub (Nov 1, 2024):

@gedion Hello, would it be possible to share your contents of docker info -f json and if `docker info -f '{{ json . }}' does yield different outputs?

Yes it does and I have learned it appears to be a docker version issue.

$ docker --version
Docker version 20.10.22, build 3a2c30b
$ docker info - json
json
$ docker info -f '{{ json . }}'
//redacted
{
  "ID": "213f120b-e127-4cc2-86f7-3499237c5311",
  "Containers": 2,
  "ContainersRunning": 2,
  "ContainersPaused": 0,
  "ContainersStopped": 0,
  "Images": 4,
  "Driver": "overlay2",
  "Plugins": {
    "Volume": ["local"],
    "Network": ["bridge", "host", "overlay"],
    "Log": ["json-file"]
  },
  "MemoryLimit": true,
  "SwapLimit": true,
  "CpuCfsPeriod": true,
  "CpuCfsQuota": true,
  "PidsLimit": true,
  "IPv4Forwarding": true,
  "BridgeNfIptables": true,
  "BridgeNfIp6tables": true,
  "SystemTime": "2024-11-01T07:32:25.551791675Z",
  "LoggingDriver": "json-file",
  "CgroupDriver": "cgroupfs",
  "CgroupVersion": "2",
  "KernelVersion": "6.6.12-linuxkit",
  "OperatingSystem": "Docker Desktop",
  "OSType": "linux",
  "Architecture": "aarch64",
  "NCPU": 8,
  "MemTotal": 8222334976,
  "DockerRootDir": "/var/lib/docker",
  "Name": "docker-desktop",
  "ServerVersion": "25.0.3",
  "DefaultRuntime": "runc",
  "SecurityOptions": ["name=seccomp,profile=unconfined"],
  "ClientInfo": {
    "Version": "25.0.3",
    "Os": "darwin",
    "Arch": "arm64",
    "Plugins": [
      {
        "Name": "buildx",
        "Version": "v0.12.1-desktop.4"
      },
      {
        "Name": "compose",
        "Version": "v2.24.5-desktop.1"
      },
      {
        "Name": "sbom",
        "Version": "0.6.0"
      }
    ]
  }
}

I just learned that a previous version of (Docker version 25.0.3, build 4debf41) yields valid and expected json object response for docker info - json

@gedion commented on GitHub (Nov 1, 2024): > @gedion Hello, would it be possible to share your contents of `docker info -f json` and if `docker info -f '{{ json . }}' does yield different outputs? Yes it does and I have learned it appears to be a docker version issue. ```bash $ docker --version Docker version 20.10.22, build 3a2c30b $ docker info - json json $ docker info -f '{{ json . }}' //redacted { "ID": "213f120b-e127-4cc2-86f7-3499237c5311", "Containers": 2, "ContainersRunning": 2, "ContainersPaused": 0, "ContainersStopped": 0, "Images": 4, "Driver": "overlay2", "Plugins": { "Volume": ["local"], "Network": ["bridge", "host", "overlay"], "Log": ["json-file"] }, "MemoryLimit": true, "SwapLimit": true, "CpuCfsPeriod": true, "CpuCfsQuota": true, "PidsLimit": true, "IPv4Forwarding": true, "BridgeNfIptables": true, "BridgeNfIp6tables": true, "SystemTime": "2024-11-01T07:32:25.551791675Z", "LoggingDriver": "json-file", "CgroupDriver": "cgroupfs", "CgroupVersion": "2", "KernelVersion": "6.6.12-linuxkit", "OperatingSystem": "Docker Desktop", "OSType": "linux", "Architecture": "aarch64", "NCPU": 8, "MemTotal": 8222334976, "DockerRootDir": "/var/lib/docker", "Name": "docker-desktop", "ServerVersion": "25.0.3", "DefaultRuntime": "runc", "SecurityOptions": ["name=seccomp,profile=unconfined"], "ClientInfo": { "Version": "25.0.3", "Os": "darwin", "Arch": "arm64", "Plugins": [ { "Name": "buildx", "Version": "v0.12.1-desktop.4" }, { "Name": "compose", "Version": "v2.24.5-desktop.1" }, { "Name": "sbom", "Version": "0.6.0" } ] } } ``` I just learned that a previous version of (`Docker version 25.0.3, build 4debf41`) yields valid and expected json object response for `docker info - json`
Author
Owner

@spoletum commented on GitHub (Nov 13, 2024):

+1 here. Tried with both Podman Desktop and Rancher Desktop.

@spoletum commented on GitHub (Nov 13, 2024): +1 here. Tried with both Podman Desktop and Rancher Desktop.
Author
Owner

@jatinvinkumar commented on GitHub (Nov 22, 2024):

+1 - same issue with langgraph up - Error: Docker not installed or not running on Mac

@jatinvinkumar commented on GitHub (Nov 22, 2024): +1 - same issue with langgraph up - `Error: Docker not installed or not running` on Mac
Author
Owner

@n-sviridenko commented on GitHub (Nov 24, 2024):

Hi @vbarda , is there any chance to get it fixed soon? It takes a lot of time to deploy it every time to just see a change.. So every code change needs additional 10 min to see it deployed and test.

@n-sviridenko commented on GitHub (Nov 24, 2024): Hi @vbarda , is there any chance to get it fixed soon? It takes a lot of time to deploy it every time to just see a change.. So every code change needs additional 10 min to see it deployed and test.
Author
Owner

@ovidiubachmatchi commented on GitHub (Dec 16, 2024):

I have the same problem.

@ovidiubachmatchi commented on GitHub (Dec 16, 2024): I have the same problem.
Author
Owner

@krlng commented on GitHub (Jan 14, 2025):

Also ran into this problem. @dqbd @vbarda

Docker-Info below

{
    "ID": "4LSP:2EKJ:HTCB:7RZW:YRVV:CAI7:EA4I:QAV2:ZY57:POQT:WVWZ:46YR",
    "Containers": 17,
    "ContainersRunning": 3,
    "ContainersPaused": 0,
    "ContainersStopped": 14,
    "Images": 188,
    "Driver": "overlay2",
    "DriverStatus": [
        [
            "Backing Filesystem",
            "extfs"
        ],
        [
            "Supports d_type",
            "true"
        ],
        [
            "Native Overlay Diff",
            "true"
        ],
        [
            "userxattr",
            "false"
        ]
    ],
    "Plugins": {
        "Volume": [
            "local"
        ],
        "Network": [
            "bridge",
            "host",
            "ipvlan",
            "macvlan",
            "null",
            "overlay"
        ],
        "Authorization": null,
        "Log": [
            "awslogs",
            "fluentd",
            "gcplogs",
            "gelf",
            "journald",
            "json-file",
            "local",
            "logentries",
            "splunk",
            "syslog"
        ]
    },
    "MemoryLimit": true,
    "SwapLimit": true,
    "KernelMemory": false,
    "KernelMemoryTCP": false,
    "CpuCfsPeriod": true,
    "CpuCfsQuota": true,
    "CPUShares": true,
    "CPUSet": true,
    "PidsLimit": true,
    "IPv4Forwarding": true,
    "BridgeNfIptables": true,
    "BridgeNfIp6tables": true,
    "Debug": false,
    "NFd": 52,
    "OomKillDisable": false,
    "NGoroutines": 60,
    "SystemTime": "2025-01-14T10:15:14.668734213Z",
    "LoggingDriver": "json-file",
    "CgroupDriver": "cgroupfs",
    "CgroupVersion": "2",
    "NEventsListener": 9,
    "KernelVersion": "5.15.49-linuxkit",
    "OperatingSystem": "Docker Desktop",
    "OSVersion": "",
    "OSType": "linux",
    "Architecture": "aarch64",
    "IndexServerAddress": "https://index.docker.io/v1/",
    "RegistryConfig": {
        "AllowNondistributableArtifactsCIDRs": [],
        "AllowNondistributableArtifactsHostnames": [],
        "InsecureRegistryCIDRs": [
            "127.0.0.0/8"
        ],
        "IndexConfigs": {
            "docker.io": {
                "Name": "docker.io",
                "Mirrors": [],
                "Secure": true,
                "Official": true
            },
            "hubproxy.docker.internal:5555": {
                "Name": "hubproxy.docker.internal:5555",
                "Mirrors": [],
                "Secure": false,
                "Official": false
            }
        },
        "Mirrors": []
    },
    "NCPU": 4,
    "MemTotal": 8337670144,
    "GenericResources": null,
    "DockerRootDir": "/var/lib/docker",
    "HttpProxy": "http.docker.internal:3128",
    "HttpsProxy": "http.docker.internal:3128",
    "NoProxy": "hubproxy.docker.internal",
    "Name": "docker-desktop",
    "Labels": [],
    "ExperimentalBuild": false,
    "ServerVersion": "20.10.24",
    "Runtimes": {
        "io.containerd.runc.v2": {
            "path": "runc"
        },
        "io.containerd.runtime.v1.linux": {
            "path": "runc"
        },
        "runc": {
            "path": "runc"
        }
    },
    "DefaultRuntime": "runc",
    "Swarm": {
        "NodeID": "",
        "NodeAddr": "",
        "LocalNodeState": "inactive",
        "ControlAvailable": false,
        "Error": "",
        "RemoteManagers": null
    },
    "LiveRestoreEnabled": false,
    "Isolation": "",
    "InitBinary": "docker-init",
    "ContainerdCommit": {
        "ID": "2456e983eb9e37e47538f59ea18f2043c9a73640",
        "Expected": "2456e983eb9e37e47538f59ea18f2043c9a73640"
    },
    "RuncCommit": {
        "ID": "v1.1.4-0-g5fd4c4d",
        "Expected": "v1.1.4-0-g5fd4c4d"
    },
    "InitCommit": {
        "ID": "de40ad0",
        "Expected": "de40ad0"
    },
    "SecurityOptions": [
        "name=seccomp,profile=default",
        "name=cgroupns"
    ],
    "Warnings": null,
    "ClientInfo": {
        "Debug": false,
        "Context": "default",
        "Plugins": [
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.10.4",
                "ShortDescription": "Docker Buildx",
                "Name": "buildx",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-buildx"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v2.17.2",
                "ShortDescription": "Docker Compose",
                "Name": "compose",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-compose"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.1.0",
                "ShortDescription": "Docker Dev Environments",
                "Name": "dev",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-dev"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.2.19",
                "ShortDescription": "Manages Docker extensions",
                "Name": "extension",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-extension"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.1.0-beta.2",
                "ShortDescription": "Creates Docker-related starter files for your project",
                "Name": "init",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-init"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Anchore Inc.",
                "Version": "0.6.0",
                "ShortDescription": "View the packaged-based Software Bill Of Materials (SBOM) for an image",
                "URL": "https://github.com/docker/sbom-cli-plugin",
                "Name": "sbom",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-sbom"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.25.0",
                "ShortDescription": "Docker Scan",
                "Name": "scan",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-scan"
            },
            {
                "SchemaVersion": "0.1.0",
                "Vendor": "Docker Inc.",
                "Version": "v0.9.0",
                "ShortDescription": "Command line tool for Docker Scout",
                "Name": "scout",
                "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-scout"
            }
        ],
        "Warnings": null
    }
}
@krlng commented on GitHub (Jan 14, 2025): Also ran into this problem. @dqbd @vbarda Docker-Info below ``` { "ID": "4LSP:2EKJ:HTCB:7RZW:YRVV:CAI7:EA4I:QAV2:ZY57:POQT:WVWZ:46YR", "Containers": 17, "ContainersRunning": 3, "ContainersPaused": 0, "ContainersStopped": 14, "Images": 188, "Driver": "overlay2", "DriverStatus": [ [ "Backing Filesystem", "extfs" ], [ "Supports d_type", "true" ], [ "Native Overlay Diff", "true" ], [ "userxattr", "false" ] ], "Plugins": { "Volume": [ "local" ], "Network": [ "bridge", "host", "ipvlan", "macvlan", "null", "overlay" ], "Authorization": null, "Log": [ "awslogs", "fluentd", "gcplogs", "gelf", "journald", "json-file", "local", "logentries", "splunk", "syslog" ] }, "MemoryLimit": true, "SwapLimit": true, "KernelMemory": false, "KernelMemoryTCP": false, "CpuCfsPeriod": true, "CpuCfsQuota": true, "CPUShares": true, "CPUSet": true, "PidsLimit": true, "IPv4Forwarding": true, "BridgeNfIptables": true, "BridgeNfIp6tables": true, "Debug": false, "NFd": 52, "OomKillDisable": false, "NGoroutines": 60, "SystemTime": "2025-01-14T10:15:14.668734213Z", "LoggingDriver": "json-file", "CgroupDriver": "cgroupfs", "CgroupVersion": "2", "NEventsListener": 9, "KernelVersion": "5.15.49-linuxkit", "OperatingSystem": "Docker Desktop", "OSVersion": "", "OSType": "linux", "Architecture": "aarch64", "IndexServerAddress": "https://index.docker.io/v1/", "RegistryConfig": { "AllowNondistributableArtifactsCIDRs": [], "AllowNondistributableArtifactsHostnames": [], "InsecureRegistryCIDRs": [ "127.0.0.0/8" ], "IndexConfigs": { "docker.io": { "Name": "docker.io", "Mirrors": [], "Secure": true, "Official": true }, "hubproxy.docker.internal:5555": { "Name": "hubproxy.docker.internal:5555", "Mirrors": [], "Secure": false, "Official": false } }, "Mirrors": [] }, "NCPU": 4, "MemTotal": 8337670144, "GenericResources": null, "DockerRootDir": "/var/lib/docker", "HttpProxy": "http.docker.internal:3128", "HttpsProxy": "http.docker.internal:3128", "NoProxy": "hubproxy.docker.internal", "Name": "docker-desktop", "Labels": [], "ExperimentalBuild": false, "ServerVersion": "20.10.24", "Runtimes": { "io.containerd.runc.v2": { "path": "runc" }, "io.containerd.runtime.v1.linux": { "path": "runc" }, "runc": { "path": "runc" } }, "DefaultRuntime": "runc", "Swarm": { "NodeID": "", "NodeAddr": "", "LocalNodeState": "inactive", "ControlAvailable": false, "Error": "", "RemoteManagers": null }, "LiveRestoreEnabled": false, "Isolation": "", "InitBinary": "docker-init", "ContainerdCommit": { "ID": "2456e983eb9e37e47538f59ea18f2043c9a73640", "Expected": "2456e983eb9e37e47538f59ea18f2043c9a73640" }, "RuncCommit": { "ID": "v1.1.4-0-g5fd4c4d", "Expected": "v1.1.4-0-g5fd4c4d" }, "InitCommit": { "ID": "de40ad0", "Expected": "de40ad0" }, "SecurityOptions": [ "name=seccomp,profile=default", "name=cgroupns" ], "Warnings": null, "ClientInfo": { "Debug": false, "Context": "default", "Plugins": [ { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.10.4", "ShortDescription": "Docker Buildx", "Name": "buildx", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-buildx" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v2.17.2", "ShortDescription": "Docker Compose", "Name": "compose", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-compose" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.1.0", "ShortDescription": "Docker Dev Environments", "Name": "dev", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-dev" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.2.19", "ShortDescription": "Manages Docker extensions", "Name": "extension", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-extension" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.1.0-beta.2", "ShortDescription": "Creates Docker-related starter files for your project", "Name": "init", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-init" }, { "SchemaVersion": "0.1.0", "Vendor": "Anchore Inc.", "Version": "0.6.0", "ShortDescription": "View the packaged-based Software Bill Of Materials (SBOM) for an image", "URL": "https://github.com/docker/sbom-cli-plugin", "Name": "sbom", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-sbom" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.25.0", "ShortDescription": "Docker Scan", "Name": "scan", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-scan" }, { "SchemaVersion": "0.1.0", "Vendor": "Docker Inc.", "Version": "v0.9.0", "ShortDescription": "Command line tool for Docker Scout", "Name": "scout", "Path": "/Users/nicokreiling/.docker/cli-plugins/docker-scout" } ], "Warnings": null } } ```
Author
Owner

@vbarda commented on GitHub (Jan 14, 2025):

I would recommend using langgraph dev for local development -- it removes the need for docker altogether https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/

@vbarda commented on GitHub (Jan 14, 2025): I would recommend using `langgraph dev` for local development -- it removes the need for docker altogether https://langchain-ai.github.io/langgraph/tutorials/langgraph-platform/local-server/
Author
Owner

@nick-massie commented on GitHub (Jan 15, 2025):

Same issue as above. Trying to get the open canvas repo up and running

@nick-massie commented on GitHub (Jan 15, 2025): Same issue as above. Trying to get the open canvas repo up and running
Author
Owner

@dqbd commented on GitHub (Feb 18, 2025):

Released langgraph-cli==0.1.52 that uses docker info -f '{{json .}}' instead

@dqbd commented on GitHub (Feb 18, 2025): Released `langgraph-cli==0.1.52` that uses `docker info -f '{{json .}}'` instead
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#186