-
Notifications
You must be signed in to change notification settings - Fork 46
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
Ability to view extension-launched containers #225
Comments
I also think this is an important feature that's missing in the current SDK. This poses an issue for any Docker Extension that might require updates on the current status of a container. I've been working on an Extension that uses the |
Thanks for the feedback. We might provide ways to distinguish between hide extension containers and hide containers dynamically created by extensions. |
…sion (#42) leverage workaround from docker/extensions-sdk#225 (comment) to eliminate this startup dialog. H/t @versilis for leading us to this solution! Container state data, as emitted from inspect: <img width="1009" alt="image" src="https://user-images.githubusercontent.com/3943358/230248013-80ea46e0-6a14-4725-960a-b87df9d12dd3.png">
Is your feature request related to a problem? Please describe.
When extensions launch containers using the extensions SDK, additional labels are added to associate the new container with the extension. When a user has the setting Show Docker Extensions system containers disabled (which is set by default), the list of running containers then hides these containers. Therefore, it's impossible for an extension to be able to keep track of what containers is has launched.
Describe the solution you'd like
There are a few possible ideas:
listContainers
to include the containers belonging to the requesting extension, even if the setting is currently set to hide them.listContainers
results).The text was updated successfully, but these errors were encountered: