Docker history: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 9: Line 9:
  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.
The <missing> lines in the <tt>docker history</tt> output indicates that those layers were built on another system and are not available locally.

Latest 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.