add some tools to generate graphs and squash images
This commit is contained in:
1
bin/total-size
Normal file
1
bin/total-size
Normal file
@@ -0,0 +1 @@
|
||||
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nate/dockviz images -t | grep Tags: | cut -d':' -f3 | cut -d' ' -f2 | awk '{d+=$1} END {print d}'
|
||||
Reference in New Issue
Block a user