1. 创建镜像
docker commit -a="作者" -m="备注" 镜像id或名称 新镜像名称:版本号
docker commit -a="CanyingV" -m="测试" nginx nginx01:1.0