- 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:
推薦閱讀
- Puppet實戰
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- Ubuntu Linux操作系統
- Linux集群和自動化運維
- Windows Phone應用程序開發
- AWS Development Essentials
- OpenStack系統架構設計實戰
- Windows 7應用入門與技巧
- OpenSolaris設備驅動原理與開發
- VMware Horizon View Essentials
- Linux系統安全:縱深防御、安全掃描與入侵檢測
- Linux系統管理初學者指南:基于CentOS 7.6
- Windows 8完全自學手冊
- 程序員必讀經典(算法基礎+計算機系統)
- 樹莓派+傳感器:創建智能交互項目的實用方法、工具及最佳實踐