Skip to content

Instantly share code, notes, and snippets.

@kunle
Last active August 8, 2019 20:41
Show Gist options
  • Save kunle/4b17f87e3d0154242c0f296c5c099b4e to your computer and use it in GitHub Desktop.
Save kunle/4b17f87e3d0154242c0f296c5c099b4e to your computer and use it in GitHub Desktop.
Some docker commands
#list all volumes with detail information, helpful to know when to remove or prune unused volumes
docker volume inspect $(docker volume ls | awk '{print $2}' | paste -sd " " -)
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment