:::color1 commit:将运行的容器直接提交为镜像。

    export:将容器(运行或不运行)打包成tar包,再由import将tar包提交为镜像。

    save:将镜像打包成tar包,再有load将tar包提交为镜像。

    编写 Dockerfile

    :::