Skip to content

Instantly share code, notes, and snippets.

@RushOnline
Created April 9, 2018 11:17
Show Gist options
  • Save RushOnline/130bda4f5f681b29dba49910f7e61d0f to your computer and use it in GitHub Desktop.
Save RushOnline/130bda4f5f681b29dba49910f7e61d0f to your computer and use it in GitHub Desktop.
Show docker images in a tree view
#!/bin/sh
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment