docker stats nginx --no-stream --format "{{ json . }}"
[root@localhost 12-7]# docker image inspect new_img:v1 | grep "qinrui"
"while true;do echo qinrui;sleep 1; done"
"Author": "by qinrui",
"while true;do echo qinrui;sleep 1; done"
[root@localhost 12-7]# docker image inspect new_img:v1 | grep "秦瑞"
"Comment": "秦瑞提交 的镜像",
[root@localhost 12-7]#