Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
change the format of docker images in system report (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorbenei committed Jan 18, 2018
1 parent f99b83a commit cc57646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_report.sh
Expand Up @@ -118,7 +118,7 @@ echo

echo
echo "=== Docker pre-cached images ==========="
docker images
docker images --format '{{ .Repository }} - {{ .Size }}'
echo "========================================"
echo

Expand Down

0 comments on commit cc57646

Please sign in to comment.