You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.