参考 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

参考 http://www.runoob.com/docker/docker-history-command.html
docker history rabbitmq --no-trunc
本文标题:Docker history 命令
本文链接:https://www.haomeiwen.com/subject/ynilwftx.html
网友评论