- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 77字
- 2021-07-02 21:17:24
Getting new images
Docker will automatically download any image that is not present in the Docker host system. The docker pull subcommand will always download the image that has the latest tag in that repository if a tag is not provided. If a tag is provided, it pulls the specific image with that tag.
To pull a base image, do the following:
$ sudo docker pull Ubuntu # To pull specific version $ sudo docker pull ubuntu:16.04
推薦閱讀
- 大學(xué)計(jì)算機(jī)基礎(chǔ):基礎(chǔ)理論篇
- 樂(lè)高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- 輕松學(xué)PHP
- Hands-On Data Science with SQL Server 2017
- Zabbix Network Monitoring(Second Edition)
- INSTANT Varnish Cache How-to
- 城市道路交通主動(dòng)控制技術(shù)
- 我也能做CTO之程序員職業(yè)規(guī)劃
- 筆記本電腦維修90個(gè)精選實(shí)例
- AMK伺服控制系統(tǒng)原理及應(yīng)用
- 生成對(duì)抗網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- 手把手教你學(xué)Photoshop CS3
- 電氣控制及Micro800 PLC程序設(shè)計(jì)
- EJB JPA數(shù)據(jù)庫(kù)持久層開(kāi)發(fā)實(shí)踐詳解
- Eclipse RCP應(yīng)用系統(tǒng)開(kāi)發(fā)方法與實(shí)戰(zhàn)