docker pull 镜像名
docker run -it 镜像名
hostname #获取container
docker commit -a “作者” -m “注释” container 保存名称 #保存镜像