Unstructured-IO / Unstructured-IO/unstructured-api
docker: Error response from daemon: unable to find user notebook-user: no matching entries in passwd file.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 951
- Forks
- 192
- Avg merge
- 7d 8h
- Merged PRs (30d)
- 2
Description
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
- pull image
- 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:
- Using the hosted API or self hosting? Testing on local, macOS 14.3.1
Additional context
I'm running Apple M2 in case that matters.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by pulling the image and running the exact Docker command from the report on a comparable environment, then inspect the image's configured user and passwd entries. Done means the published image starts successfully with the documented command instead of reporting that notebook-user is missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100