- 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操作系統基礎
- Containerization with LXC
- 鴻蒙生態:開啟萬物互聯的智慧新時代
- Haskell Financial Data Modeling and Predictive Analytics
- 玩到極致 iPhone 4S完全攻略
- Learning Bootstrap
- Windows 7案例教程
- Social Data Visualization with HTML5 and JavaScript
- Distributed Computing with Go
- Kali Linux高級滲透測試(原書第3版)
- Linux內核API完全參考手冊(第2版)
- Java EE 7 Developer Handbook
- 完美應用Ubuntu(第2版)
- Agile IT Security Implementation Methodology
- Linux內核分析及應用