新聞中心
這里有您想知道的互聯(lián)網(wǎng)營(yíng)銷解決方案
docker-基礎(chǔ)實(shí)戰(zhàn)第四課鏡像保存-創(chuàng)新互聯(lián)
docker save --help
[root@backup01 docker]# docker save --help
Usage: docker save [OPTIONS] IMAGE [IMAGE...]
Save one or more images to a tar archive (streamed to STDOUT by default)
Options:
-o, --output string Write to a file, instead of STDOUT
[root@backup01 docker]#
使用save命令鏡像打包?
docker save -o ywlnginx.tar wenlongnginx:v1.0
這個(gè)鏡像包,可以發(fā)送到其他機(jī)器,或者使用u盤拷貝等等來使用
scp ywlnginx.tar [email protected]:/usr/local/docker
docker load --help
[root@backup02 docker]# docker load --help
Usage: docker load [OPTIONS]
Load an image from a tar archive or STDIN
Options:
-i, --input string Read from tar archive file, instead of STDIN
-q, --quiet Suppress the load output
[root@backup02 docker]#
-i : input輸入,將包讀進(jìn)來
docker run --name=mynginx -d -p 8080:80 wenlongnginx:v1.0
你是否還在尋找穩(wěn)定的海外服務(wù)器提供商?創(chuàng)新互聯(lián)www.cdcxhl.cn海外機(jī)房具備T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確流量調(diào)度確保服務(wù)器高可用性,企業(yè)級(jí)服務(wù)器適合批量采購(gòu),新人活動(dòng)首月15元起,快前往官網(wǎng)查看詳情吧
文章名稱:docker-基礎(chǔ)實(shí)戰(zhàn)第四課鏡像保存-創(chuàng)新互聯(lián)
文章起源:http://fisionsoft.com.cn/article/gigch.html