forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
17 lines
1.6 KiB
HTML
17 lines
1.6 KiB
HTML
<a name="swr_faq_0035"></a><a name="swr_faq_0035"></a>
|
|
|
|
<h1 class="topictitle1">Can I Pull Container Images on the SWR Console to a Local PC?</h1>
|
|
<div id="body1589873203872"><p id="swr_faq_0035__p67650506220">Container images stored in SWR cannot be directly downloaded through the console. You can perform the following operations to pull the images:</p>
|
|
<ol id="swr_faq_0035__ol1316065513225"><li id="swr_faq_0035__li13347191811239">Obtain the image pull command on the image details page.</li><li id="swr_faq_0035__li19160455122212">Run the obtained command on the device where the Docker client is installed.<p id="swr_faq_0035__p1837391092319"><a name="swr_faq_0035__li19160455122212"></a><a name="li19160455122212"></a>Example: </p>
|
|
<p id="swr_faq_0035__p164472310305"><strong id="swr_faq_0035__b044823193013">docker pull swr.eu-de.otc.t-systems.com/group/nginx:v1</strong></p>
|
|
</li><li id="swr_faq_0035__li1799219882315">Save the image as a TAR or TAR.GZ file.<p id="swr_faq_0035__p7255115972911"><a name="swr_faq_0035__li1799219882315"></a><a name="li1799219882315"></a>Example: </p>
|
|
<p id="swr_faq_0035__p19381134318294"><strong id="swr_faq_0035__b18976112612422">docker save</strong><strong id="swr_faq_0035__b4430113023015"> nginx:v1 </strong><strong id="swr_faq_0035__b109441226185010">></strong><strong id="swr_faq_0035__b143012301309"> nginx.tar</strong></p>
|
|
</li><li id="swr_faq_0035__li31884802316">Download the file to the local host.</li></ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="swr_faq_1002.html">Image Management FAQs</a></div>
|
|
</div>
|
|
</div>
|
|
|