-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
<div class="alert note"> | ||
如果你的主机由于网络限制无法在线获得 Docker 镜像和配置文件,请从其他主机在线获取并使用以下方法离线传输。在这里假设你的镜像标签是 `milvusdb/milvus`。 | ||
如果你的主机由于网络限制无法在线获得 Docker 镜像和配置文件,请从其他主机在线获取并使用以下方法离线传输。在这里假设你的镜像标签是 <code>milvusdb/milvus</code>。 | ||
<ol> | ||
<li>将 Docker 镜像保存为 TAR 文件再使用合适的方式传输。</br> | ||
|
||
<code class="language-shell"> | ||
<code class="language-shell"> | ||
$ docker save milvusdb/milvus > milvus_image.tar | ||
</code></li> | ||
</code> | ||
</li> | ||
|
||
<li>将 TAR 文件传输完成后使用以下命令重新加载成 Docker 镜像。</br> | ||
|
||
<code class="language-shell"> | ||
<code class="language-shell"> | ||
$ docker load < milvus_image.tar | ||
</code></li></ol> | ||
</code> | ||
</li></ol> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters