Docker history 命令
2018-08-30 本文已影响0人
小淼不卖萌
参考 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
