Unstructured-IO / unstructured-api

Apache License 2.0
446 stars 101 forks source link

docker: Error response from daemon: unable to find user notebook-user: no matching entries in passwd file. #385

Open mjp0 opened 4 months ago

mjp0 commented 4 months ago

Describe the bug Pulled the latest docker image, tried to run it with docker run -p 8000:8000 -d --rm --name unstructured-api downloads.unstructured.io/unstructured-io/unstructured-api:latest --port 8000 --host 0.0.0.0 and error Error response from daemon: unable to find user notebook-user: no matching entries in passwd file. pops out.

To Reproduce

  1. pull image
  2. run docker run -p 8000:8000 -d --rm --name unstructured-api downloads.unstructured.io/unstructured-io/unstructured-api:latest --port 8000 --host 0.0.0.0

Environment:

Additional context I'm running Apple M2 in case that matters.

HuyLeAnh commented 3 months ago

I found some information here that I hope can help. https://help.salesforce.com/s/articleView?id=001123275&type=1