mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #1010] "exec /bin/sh: operation not permitted" error when using docker compose #623
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#623
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 @muzzah on GitHub (May 24, 2023).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/1010
Using the docker compose setup as described in a Ubuntu VM and getting an error when starting
exec /bin/sh: operation not permittedAlso is there a a reasonw wh you are using a tmpfs for config directory? Wouldnt you want to persist this info?
Do you support specifying a volume directory for config?
@allenwalker3 commented on GitHub (Dec 30, 2023):
You need this version of docker:
$ sudo apt install docker.io