-
-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-compose: exec /usr/local/bin/python: operation not permitted #134
Comments
To add to this: |
How did you guys resolve this issue? I can't get it to work. |
Still not working for me with the latest Docker image. It's worth noting that I'm running this on a Raspberry Pi 4B (8GB), and thus this is the |
My laptop has x64 cpu and also doesn't work with 16gb ram |
It appears that this issue is impacting a significant number of individuals. Therefore, it is crucial to conduct a thorough investigation to gain a better understanding of the situation. |
meh, still not resolved |
I am not completely sure about this but it appears as if the snap version of docker might be the cause of this. I also had this issue when running Ubuntu Server 22.04 LTS just like @henricook (i was on 22.04.3 though) with docker installed from the ubuntu server installation media menu (which I learned ultimately uses snap). I solved this issue a while ago and I'm very sorry that it took me so long to contribute my solution here, you can thank @rohit267 for making github send me an email haha. |
I am having the same issue with docker-compose. A fix would be very nice. |
I made one with node js, easy pheasy https://github.com/rohit267/cloudflare-dns-updater |
Sigh.... here's the fix. I have confirmed that the following Docker Compose file works on macOS (M1 Max - ARM CPU) and Ubuntu 22.04 on Raspberry Pi 4b 8GB (also an ARM CPU):
What's the difference between this and the official Docker Compose file? I removed the following:
This setting prevents the program from elevating permissions within the container, which I assume it needs to do. For reasons I haven't investigated this wasn't necessary on macOS - Recommendations to maintainers:
We all love Snap, don't we? 😩 |
Describe the bug
After creating a config.json using the
api_token
param and substituting in my subdomain (one subdomain only) and zone_id I diddocker-compose up
and saw these errors:To Reproduce
Create a config.json using the
api_token
param and substituting in my subdomain (one subdomain only) and zone_id I diddocker-compose up
Expected behavior
The container should start without error
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
docker-compose.yml
It's not really related at all to debugging this docker issue, but when I run this as a bare metal script after installing python dependencies, it works fine
The text was updated successfully, but these errors were encountered: