docker使用基础流程图 #savedocker save [OPTIONS] IMAGE [IMAGE...]Options: -o, --output string Write to a file, instead of STDOUT#loaddocker load [OPTIONS]Options: -i, --input string Read from tar archive file, instead of STDIN -q, --quiet Suppress the load output 镜像打包生成tar压缩包,可以发送压缩包给别人。 docker使用基础流程图