4-Docker命令之docker history

1.docker history介绍

docker history命令是用来打印指定docker镜像的历史版本信息

2.docker history用法

docker history [参数] IMAGE

[root@centos79 ~]# docker history --help

Usage:  docker history [OPTIONS] IMAGE

Show the history of an image

Aliases:
  docker image history, docker history

Options:
      --format string   Format output using a custom template:
                        'table':            Print output in table format with column headers (default)
                        'table TEMPLATE':   Print output in table format using the given Go template
                        'json':             Print in JSON format
                        'TEMPLATE':         Print output using the given Go template.
                        Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates
  -H, --human           Print sizes and dates in human readable format (default true)
      --

相关推荐

  1. 4-Docker命令docker top

    2023-12-19 23:38:02       58 阅读
  2. 4-Docker命令docker restart

    2023-12-19 23:38:02       53 阅读
  3. 4-Docker命令docker port

    2023-12-19 23:38:02       50 阅读
  4. 4-Docker命令docker rename

    2023-12-19 23:38:02       45 阅读
  5. 4-Docker命令docker ps

    2023-12-19 23:38:02       48 阅读
  6. 4-Docker命令docker commit

    2023-12-19 23:38:02       44 阅读
  7. 4-Docker命令docker push

    2023-12-19 23:38:02       56 阅读
  8. 4-Docker命令docker search

    2023-12-19 23:38:02       48 阅读
  9. 4-Docker命令docker build

    2023-12-19 23:38:02       51 阅读
  10. 4-Docker命令docker cp

    2023-12-19 23:38:02       62 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-19 23:38:02       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-19 23:38:02       106 阅读
  3. 在Django里面运行非项目文件

    2023-12-19 23:38:02       87 阅读
  4. Python语言-面向对象

    2023-12-19 23:38:02       96 阅读

热门阅读

  1. springbootjpa中@Modifying的用法

    2023-12-19 23:38:02       65 阅读
  2. mysql并发连接数设置

    2023-12-19 23:38:02       55 阅读
  3. 两数组交集算法(leetcode第349题)

    2023-12-19 23:38:02       63 阅读
  4. 面试算法62:实现前缀树

    2023-12-19 23:38:02       60 阅读
  5. 网络 / day03 作业

    2023-12-19 23:38:02       61 阅读
  6. petalinux2021.1 手动打包BOOT.BIN

    2023-12-19 23:38:02       53 阅读
  7. Python设计模式

    2023-12-19 23:38:02       79 阅读