时间:2024-11-25 02:44:52
1、在容器中输入docker commit --help,查看所有参数
2、使用docker ps 找到你的容器ID
3、使用commit命令制作镜像
4、使用docker images查看创建的镜像