-
Notifications
You must be signed in to change notification settings - Fork 595
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
statx syscall not working correctly with DinD #119
Comments
I wonder if this is related to moby/moby#36417, especially moby/moby#36417 (comment):
So, it's probably not possible for Docker to whitelist the |
Calling statx in a container works since Docker verison 18.04 without privileged mode. But it wont work in a container running in a DinD container. |
Right, the |
You are right. Using docker from the arch repository works fine. The version from https://download.docker.com/linux/static/edge/x86_64/docker-18.05.0-ce.tgz does not work. |
Cool, glad we got it figured out -- however, I don't think there's much we can do about this here. @thaJeztah is there somewhere we ought to file this? Do you think it's conceivable to update |
@tianon definitely worth opening an issue for; I guess this is due to Debian stretch being somewhat behind |
The following bug occurs when starting a container in a DinD container:
When starting a container, you cannot use statx syscall. Starting the container in privileged mode you can use the statx syscall. I tried to pass a seccomp profile file to whitelist the statx call but it wont work.
The DinD container was started in privileged mode.
The text was updated successfully, but these errors were encountered: