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
Looking into the history, this may have been removed from supported capabilities based on libseccomp. We need to look at this some more. related: moby/moby#42011 and moby/moby#44565
Description
Altough the perfmon capability is available on my system:
When I try to add the capability trough :
The command errors:
Reproduce
docker run --cap-add CAP_PERFMON -P -it alpine:latest /bin/bash
Expected behavior
Should prompt a shell in a container with PERFMON capabilities enabled.
docker version
docker info
Additional Info
I have tested the following wordings for the capability in the command
docker run --cap add
:All of them seem to be getting the CAP_PERFMON prefix on the error output.
The text was updated successfully, but these errors were encountered: