Docker Interview Questions and Answer Part – 4
Which of the following will display the specific command that created each layer in an image? docker search imagename docker images -t imagename docker history imagename (Ans) docker build -th…
Read more »