Created
April 9, 2018 11:17
-
-
Save RushOnline/130bda4f5f681b29dba49910f7e61d0f to your computer and use it in GitHub Desktop.
Show docker images in a tree view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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