Skip to content

Instantly share code, notes, and snippets.

@folkengine
Created June 14, 2023 18:57
Show Gist options
  • Save folkengine/d8bddc482ad4f8410bfc33bc2be78dcf to your computer and use it in GitHub Desktop.
Save folkengine/d8bddc482ad4f8410bfc33bc2be78dcf to your computer and use it in GitHub Desktop.

Error trying to stand up opensearch-project/opentelemetry-demo on my Ubuntu box.

❯ docker compose up -d
[+] Building 1.0s (7/8)                                                                                                       
 => [integrations internal] load build definition from Dockerfile                                                        0.0s
 => => transferring dockerfile: 194B                                                                                     0.0s
 => [integrations internal] load .dockerignore                                                                           0.0s
 => => transferring context: 2B                                                                                          0.0s
 => [integrations internal] load metadata for docker.io/library/python:3.9                                               0.8s
 => [integrations 1/5] FROM docker.io/library/python:3.9@sha256:d782adbcc2420429cbc3a3bd1165c626e9aef63b0b9506d0d9a6242  0.0s
 => [integrations internal] load build context                                                                           0.0s
 => => transferring context: 268B                                                                                        0.0s
 => CACHED [integrations 2/5] COPY src/requirements.txt ./                                                               0.0s
 => ERROR [integrations 3/5] RUN pip install --no-cache-dir -r requirements.txt                                          0.1s
------
 > [integrations 3/5] RUN pip install --no-cache-dir -r requirements.txt:
------
failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt" did not complete successfully: failed to create endpoint r90rwvo5ycnxb4on5ocety3qu on network bridge: failed to add the host (veth5572353) <=> sandbox (vethf35abcc) pair interfaces: operation not supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment