-
Notifications
You must be signed in to change notification settings - Fork 351
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: Failed to set capabilities on file `/usr/bin/python3.7' (Not supported) #157
Comments
I workaround this by running a service locally via SystemD instead of docker. By the way, my hardware is a VPS under a VMware hypervisor |
Don't forget to install crypto library! Otherwise it will be slow |
Hello, which docker-compose version are you use? If you use the version from snap, please, try to install the usual version using these instructions: https://docs.docker.com/install/linux/docker-ce/debian/ Here is a full command sequence for Debian 9:
|
@alexbers I showed the docker-compose version in the console log. It's 1.24.1. And yes, I install docker using their official instructions. By the way, the official way to install
@seriyps thanks for your advice. Looks like it was already bundled or I installed it for some other tool:
It's hard to miss with the logging like this :) Lines 307 to 308 in c010543
|
What about the docker installation method. It it from snap? This can be checked with |
Snap is not an official way to install docker, but I use the official ones (from docker's apt repo). It's not from dnap, there's even no snap or flatpak preinstalled on Debians (for good).
|
I trying to reproduce the problem, but haven't managed yet. I think the problem can be bypassed by removing these strings from the Dockerfile:
But the full command sequence to reproduce the behavior from just installed Debian 9 would be helpful. |
It builds without the
I'm afraid a normal bare-metal debian will be OK, if you can't reproduce this... Maybe it will reproduce on another VPS from my provider (aruba cloud) Additional research on another image:
|
I found the issue!
AUFS does not support |
I used this topic to change the backend https://docs.docker.com/v17.09/engine/userguide/storagedriver/overlayfs-driver/ |
Nice! I registered on Aruba and executed these commands:
The proxy started successfully |
The text was updated successfully, but these errors were encountered: