extensions-sdk icon indicating copy to clipboard operation
extensions-sdk copied to clipboard

Named volumes defined in extension Compose YAML are not hidden

Open xenoscopic opened this issue 2 years ago • 1 comments

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 avatar Sep 12 '22 20:09 xenoscopic

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 avatar Sep 13 '22 07:09 benja-M-1