Melihat history proses build
untuk melihat history proses build dan memory yang digunakan yaitu dengan perintah berikut:
docker history --human --format "{{.CreatedBy}}: {{.Size}}" <image-name:image-tag>
atau dengan perintah
docker history <image-name:image-tag>