Skip to content
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

Named volumes defined in extension Compose YAML are not hidden #217

Open
xenoscopic opened this issue Sep 12, 2022 · 1 comment
Open

Named volumes defined in extension Compose YAML are not hidden #217

xenoscopic opened this issue Sep 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@xenoscopic
Copy link

Describe the bug

I've created an extension that uses a named volume (specified in its compose.yml file) to store data for the extension. At the moment this volume is visible in the Docker Desktop "Volumes" pane, regardless of the Show Docker Extensions system containers setting.

Add the steps to reproduce

You can observe this behavior in this extension.

Alternatively, the starter project will also exhibit this behavior if a named volume definition is added under its Compose YAML's volumes key, e.g.

volumes:
  data:

Describe the expected behavior

Ideally the visibility of extension volumes would be regulated by the same setting that controls visibility of extension containers.

@xenoscopic xenoscopic added the bug Something isn't working label Sep 12, 2022
@xenoscopic xenoscopic changed the title Named volumes specified in extension Compose YAML are not hidden Named volumes defined in extension Compose YAML are not hidden Sep 12, 2022
@benja-M-1
Copy link
Member

Hi @xenoscopic 👋 Thank you for bringing that up! It is in our backlog 😅 We will let you know when this is released!

@benja-M-1 benja-M-1 added enhancement New feature or request and removed bug Something isn't working labels Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants