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
Elastic Agent docker images always run as unprivileged.
This is normal as running a container as root is typically an anti-pattern.
It is quite common to see a warning in the Fleet UI when running the system integration inside a docker container.
We should tell the users what to do.
Additional info
I think the content should be contributed by the Elastic Agent team.