Docker Volumes GUI · Issue #215 · docker/roadmap (original) (raw)
Tell us about your request
Provide a GUI on the Desktop for users to view & manage their volumes. Including the ability to:
- View the contents of volumes
- Add/remove files from my local host
- View the history of a volume (what created it/what containers have interacted with it)
- See which volumes are currently in use
- Prune/remove unused volumes
Which service(s) is this request for?
Docker Desktop
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Working with volumes today can be tricky, it is hard to clear up old volumes as you cannot be sure without strong naming which volumes have been used by which containers. There is no simple way to 'dig into' a volume to do this either
Getting contents in/out of a volume is not 'one click simple' and there is no need for it not to be
Are you currently working around the issue?
Using some of the Docker CLI and otherwise having to use other tools/start new containers to look into volumes to work this out