Unstructured-IO / Unstructured-IO/unstructured-api

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

Open
#385 1 comment 0 reactions 0 assignees View on GitHub

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

  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:

  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.