- 构建srs 一直失败
- 但是srs是基于ubuntu镜像构建的,
- 所以镜像是有的
- 镜像就是image了
- 这些image 删除时会说一个已经stopped了的容器占有
- 所以必须先删除这个容器
- 事实是,竟然1个image被多个container 占用了。
删除镜像的快捷指令是docker rmi
- 实际上help里docker image rm
root@ubuntuVmFusion:/home/zhangbin# docker image l
Usage: docker image COMMAND
Manage images
Commands:
build Build an image from a Dockerfile
history Show the history of an image
import Import the contents from a tarball to create a filesystem im