- Learn OpenShift
- Denis Zuev Artemii Kropachev Aleksey Usov
- 143字
- 2021-08-13 16:03:45
Working with images
Now we want to check the images available on our local server. To do this, we can use the docker images command:
$ docker images
The output of the preceding command will be as shown in the following screenshot:
If we downloaded a wrong image, we can always delete it from the local server by using the docker rmi command: ReMove Image (RMI). In our case, we have two versions of the same image, so we can specify a tag for the image we want to delete:
$ docker rmi httpd:2.2.29
The output of the preceding command will be as shown in the following screenshot:
At this point, we have only one image left, which is httpd:latest:
$ docker images
The output of the preceding command will be as shown in the following screenshot:
推薦閱讀
- pcDuino開(kāi)發(fā)實(shí)戰(zhàn)
- Kubernetes修煉手冊(cè)
- Windows Vista基礎(chǔ)與應(yīng)用精品教程
- Linux實(shí)戰(zhàn)
- 大學(xué)計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程(Windows 7+Office 2013)
- 玩到極致 iPhone 4S完全攻略
- Ganglia系統(tǒng)監(jiān)控
- SharePoint 2013 應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Installing and Configuring Windows 10:70-698 Exam Guide
- macOS效率手冊(cè)
- Linux內(nèi)核設(shè)計(jì)的藝術(shù):圖解Linux操作系統(tǒng)架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 鴻蒙HarmonyOS手機(jī)應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- Learn Quantum Computing with Python and IBM Quantum Experience
- Learning IBM Watson Analytics
- BuddyPress Theme Development