Docker history: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Image Operations =Overview= docker history --no-trunc registry.access.redhat.com/rhscl/postgresql-95-rhel7")
 
Line 4: Line 4:


=Overview=
=Overview=
Show the history of an image:


  docker history --no-trunc registry.access.redhat.com/rhscl/postgresql-95-rhel7
  docker history --no-trunc registry.access.redhat.com/rhscl/postgresql-95-rhel7
The <missing> lines in the [[docker history]] output indicates that those layers were built on another system and are not available locally.

Revision as of 05:34, 5 December 2017

Internal

Overview

Show the history of an image:

docker history --no-trunc registry.access.redhat.com/rhscl/postgresql-95-rhel7

The <missing> lines in the docker history output indicates that those layers were built on another system and are not available locally.