-
Notifications
You must be signed in to change notification settings - Fork 619
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
Agent reports incorrect capabilities on windows #2035
Comments
We should also double check this: ecs.capability.docker-plugin.local Can't remember if docker uses the 'local' plugin or a different code path for windows volumes. |
Windows does not support Docker plugins, or at least it didn't at the time of Docker Volume Plugin project. Only docker volume supported on Windows is local. |
sweet, so thats probably fine to leave in. |
Implemented as part of pull #2070 |
Summary
Agent running on windows reports capabilities that won't work on windows.
Description
Following capabilites aren't supported on windows:
ecs.capability.aws-appmesh
ecs.capability.pid-ipc-namespace-sharing
ecs.capability.task-eia
The text was updated successfully, but these errors were encountered: