mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #418] [QUESTION] container won't start - "exec user process caused: operation not permitted" #282
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @allenwalker3 on GitHub (Sep 6, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/418
I cloned the repo, running in the main branch. Tried 'docker-compose up -d' but get this error in the logs:
In docker-compose.yml changed 'user' from '102' to '114' as my system has tor running outside the container, and debian-tor user id is 114.
If I run in the master branch, everything loads ok.
@benbusby commented on GitHub (Oct 12, 2021):
I haven't been able to reproduce this one yet. The user ID for debian-tor within the container spun up by docker-compose should always be 102 no matter what, though. Did you shell into the container to check the user ID before changing it?