- 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:
推薦閱讀
- 嵌入式Linux開發技術
- 樂學Windows操作系統
- Linux操作系統基礎
- Linux性能優化
- 高性能Linux服務器構建實戰:運維監控、性能調優與集群應用
- 蘋果OS X Mavericks 10.9應用大全
- Kali Linux 2018:Windows Penetration Testing
- 注冊表應用完全DIY
- iOS 8開發指南
- Social Data Visualization with HTML5 and JavaScript
- Web Penetration Testing with Kali Linux(Third Edition)
- 鴻蒙HarmonyOS應用開發入門
- Getting Started with UDK
- OpenSolaris紅寶書
- SAP后勤模塊實施攻略:SAP在生產、采購、銷售、物流中的應用