Skip to content

Ability to view extension-launched containers #225

Open
@mikesir87

Description

@mikesir87

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:

  1. Provide the ability for listContainers to include the containers belonging to the requesting extension, even if the setting is currently set to hide them.
  2. Add a new method to list extension-launched containers (to not pollute the listContainers results).
  3. Provide an option on whether the additional labels are added to extension-launched containers. This could be helpful in the case an extension wants to launch containers that should be viewable in the dashboard/CLI.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions