You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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 theShow 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.Describe the expected behavior
Ideally the visibility of extension volumes would be regulated by the same setting that controls visibility of extension containers.
The text was updated successfully, but these errors were encountered: