主頁 > 知識(shí)庫 > docker tag和docker push的使用詳解

docker tag和docker push的使用詳解

熱門標(biāo)簽:承德地圖標(biāo)注公司 地圖標(biāo)注黃河的位置 濮陽好的聯(lián)通400電話申請(qǐng) 靈圖uu電子寵物店地圖標(biāo)注 百度地圖標(biāo)注公司位置要多少錢 地圖標(biāo)注如何改成微信號(hào) 山東企業(yè)外呼系統(tǒng)公司 400電話號(hào)碼辦理多少錢 虛假地圖標(biāo)注

docker tag 詳解

docker tag 命令的使用,以及如何將本地的鏡像推送到daocloud.io,這里不用docker hub作實(shí)驗(yàn),是因?yàn)椋琩ocker hub網(wǎng)速不給力,容易推送失敗。

使用docker tag使用鏡像ID重命名

chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY     TAG         IMAGE ID      CREATED       SIZE
hello-world     latest       fce289e99eb9    9 weeks ago     1.84 kB
chenyangdeMacBook-Pro:~ chenyang$ 
chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY     TAG         IMAGE ID      CREATED       SIZE
hello-world     latest       fce289e99eb9    9 weeks ago     1.84 kB
chenyangdeMacBook-Pro:~ chenyang$ docker tag fce289e99 hello-world:v1
chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY     TAG         IMAGE ID      CREATED       SIZE
hello-world     latest       fce289e99eb9    9 weeks ago     1.84 kB
hello-world     v1         fce289e99eb9    9 weeks ago     1.84 kB

使用docker tag使用鏡像tag重命名

chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY     TAG         IMAGE ID      CREATED       SIZE
hello-world     latest       fce289e99eb9    9 weeks ago     1.84 kB
hello-world     v1         fce289e99eb9    9 weeks ago     1.84 kB
chenyangdeMacBook-Pro:~ chenyang$ docker tag hello-world:latest hello-world:v2
chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY     TAG         IMAGE ID      CREATED       SIZE
hello-world     latest       fce289e99eb9    9 weeks ago     1.84 kB
hello-world     v1         fce289e99eb9    9 weeks ago     1.84 kB
hello-world     v2         fce289e99eb9    9 weeks ago     1.84 kB

使用docker push 推送鏡像到daocloud.io

需要登陸daocloud.io,如果沒有賬戶的,需要去網(wǎng)站上注冊(cè)一個(gè)。

chenyangdeMacBook-Pro:~ chenyang$ docker login daocloud.io
Username (chenyang_1010): chenyang_1010
Password: 
Login Succeeded
chenyangdeMacBook-Pro:~ chenyang$ 

打上標(biāo)簽,然后上傳

chenyangdeMacBook-Pro:~ chenyang$ docker tag hello-world daocloud.io/zter/hello-world:v1
chenyangdeMacBook-Pro:~ chenyang$ docker images
REPOSITORY           TAG         IMAGE ID      CREATED       SIZE
hello-world          latest       fce289e99eb9    9 weeks ago     1.84 kB
hello-world          v1         fce289e99eb9    9 weeks ago     1.84 kB
hello-world          v2         fce289e99eb9    9 weeks ago     1.84 kB
daocloud.io/zter/hello-world  v1         fce289e99eb9    9 weeks ago     1.84 kB
chenyangdeMacBook-Pro:~ chenyang$ docker push daocloud.io/zter/hello-world:v1
The push refers to a repository [daocloud.io/zter/hello-world]
af0b15c8625b: Pushed 
v1: digest: sha256:39bbd4a41b5d3b164632d3b4a295c0db31139992a8fe985f949dac7ccff7aa54 size: 524

上傳結(jié)果

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

標(biāo)簽:上海 泰安 鷹潭 安康 樂山 德宏 淮安 福州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《docker tag和docker push的使用詳解》,本文關(guān)鍵詞  docker,tag,和,push,的,使用,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《docker tag和docker push的使用詳解》相關(guān)的同類信息!
  • 本頁收集關(guān)于docker tag和docker push的使用詳解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章