Home > other >  Docker history how to see the full information
Docker history how to see the full information

Time:09-18

I want to use "docker history mirror" see the full record, how to achieve, such as below:

[root @ ganbing docker] # docker history csphere/Jenkins: 1.609
The IMAGE CREATED is CREATED BY the SIZE COMMENT
Ab4cec6a2eae 4 days a line/bin/sh - c # (nop) ENTRYPOINT ["/usr/local... 0 b
1 e4ee9c4a339 4 days a line/bin/sh - c # (nop) COPY file: 00 f33489f027d5... 1.28 kB
8 d955df0cdb0 4 days a line/bin/sh - 8080 c # (nop) EXPOSE 50000/TCP/TCP 0 b
4 days e58cf19f3d01 line/bin/sh - c # (nop) VOLUME/var/jenkins_home 0 b
6 f49283a946d 4 days a line/bin/sh - c # (nop) USER [Jenkins] 0 b
E0037a9c87a1 4 days a line/bin/sh -c chown -r Jenkins "$JENKINS_HOME... 179 b
4 days a99179a7aef5 line/bin/sh - c # (nop) COPY file: 84 e5c59cd79878... 68.9 MB
1 bad885e713f 4 days a line/bin/sh - c # (nop) COPY file: d85131a8b66183... 179 b
6 b05b6b71b27 4 days a line/bin/sh -c mkdir -p/usr/share/Jenkins/ref... 0 b
0 e31c8f48cb1 4 days a line/bin/sh -c useradd "$JENKINS_HOME -u" 1 - d... 296 KB
067 b405f2d5f 4 days a line/bin/sh - c # (nop) ENV COPY_REFERENCE_FILE... 0 b
9311 c6da5cf9 4 days a line/bin/sh - c # (nop) ENV JENKINS_UC=https://... 0 b
4 days d611ecf6ca7f line/bin/sh - c # (nop) ENV JENKINS_VERSION=1.6... 0 b
4 days e7b47ccd4274 line/bin/sh - c # (nop) ENV JENKINS_HOME=/var/j...
0 b3 4 days a19d6b47c69 line/bin/sh - c # (nop) MAINTAINER ganbing87 @ 12... 0 b
23 a56a91f287 4 days a line/bin/sh -c RPM - rebuilddb & amp; & Yum - y I... 274 MB
88 cb594529a5 4 days a line/bin/sh - c # (nop) ENV JDK_HOME=/usr/lib/j ... 0 b


For example, the above red font, behind and... Didn't show the whole content

CodePudding user response:

Docker history image_name - no - trunc=true
  • Related