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
Using docker for a few years now, every few months or years I like to do a cleanup on the volumes and images and start over, and it keeps bugging me that for showing the images we can run docker images but for volumes we can't use docker volumes. I'm aiming to fix that.
When wanting to list the current volumes:
docker volumes
Expected behavior
The output should be the same as:
docker volume ls
docker version
(not strictly necessary?)
docker info
(not strictly necessary?)
Additional Info
This is my first issue, please be kind (sorry)
The text was updated successfully, but these errors were encountered:
rafaelucena
changed the title
docker images is a great alias for docker image ls, while docker volumes ls does not exist
docker images is a great alias for docker image ls, while docker volumes does not exist
Oct 12, 2023
i think docker images is considered a legacy command. it's there for backwards compatibility and we generally discourage it. see this great comment! #887 (comment)
Yeah, @thaJeztah mentioned it on the PR and he explained it in another issue from another user also. It's a shame really, my favourite command is expect to depart :(
Well, it is what it is. Oh well, I'll probably just handle some bash aliases locally for that :)
Description
Using docker for a few years now, every few months or years I like to do a cleanup on the volumes and images and start over, and it keeps bugging me that for showing the images we can run
docker images
but for volumes we can't usedocker volumes
. I'm aiming to fix that.When wanting to list the current volumes:
Expected behavior
The output should be the same as:
docker version
(not strictly necessary?)
docker info
(not strictly necessary?)
Additional Info
This is my first issue, please be kind (sorry)
The text was updated successfully, but these errors were encountered: