参考 http://www.runoob.com/docker/docker-history-command.html
docker history [OPTIONS] IMAGE
OPTIONS说明:
- -H :以可读的格式打印镜像大小和日期,默认为true;
- --no-trunc :显示完整的提交记录;
- -q :仅列出提交记录ID
docker history rabbitmq --no-trunc
Docker history.png
参考 http://www.runoob.com/docker/docker-history-command.html
docker history rabbitmq --no-trunc