Show the size of every Docker image layer

docker history --no-trunc --format '{{.Size}}t{{.CreatedBy}}' shop:latest | head -20