Docker history: Difference between revisions
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") |
|||
(One intermediate revision by the same user not shown) | |||
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 <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.