docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
<none> <none> 67a11e174a69 26 hours ago 455 MB
dt latest 14f60031763d 2 days ago 120 MB
如果我想只显示 REPOSITORY、IMAGE ID、SIZE 这三列应该如何使用命令?
利用这个命令:
docker images --format "table {{.ID}}\t{{.Repository}}\t{{.Size}}"