描述
从tar存档或STDIN加载映像
用法
docker image load [OPTIONS]
选项
| 名字,速记 | 默认 | 描述 |
--input , -i | Read from tar archive file, instead of STDIN -----从tar归档文件中读取,而不是STDIN | |
--quiet , -q | Suppress the load output -----抑制负载输出 |
本文详细介绍了如何使用Docker的image load命令从tar存档或标准输入加载镜像。涵盖了命令的基本用法,包括从tar文件读取镜像而非标准输入的选项,以及抑制加载过程输出的方法。
从tar存档或STDIN加载映像
docker image load [OPTIONS]
| 名字,速记 | 默认 | 描述 |
--input , -i | Read from tar archive file, instead of STDIN -----从tar归档文件中读取,而不是STDIN | |
--quiet , -q | Suppress the load output -----抑制负载输出 |

被折叠的 条评论
为什么被折叠?