[Docker] Docker tag


Apr 08, 2023

Docker tag

  • With the following command, we create a new image from the old docker tag, and assign it to a new docker tag.
      docker tag ad-website:latest ad-website:1
    
  • After we do this, we get two images referencing the same docker tag, which help us not lose the previous image's version when we create a new image tagged with the same tag(usually latest).
      docker build -t ad-website:latest .
    
#docker






你可能感興趣的文章

VSCode Emmet: Go to Matching Pair

VSCode Emmet: Go to Matching Pair

r3:0 異世界網站挑戰 Lv. 11 ~ 15 攻略

r3:0 異世界網站挑戰 Lv. 11 ~ 15 攻略

JavaScript If /else -如果我不會寫程式,你還會愛我嗎?

JavaScript If /else -如果我不會寫程式,你還會愛我嗎?






留言討論






2
2
2