Can’t delete docker image with dependent child images

前端 未结 19 2174
挽巷
挽巷 2020-12-02 06:11

I am trying

docker rmi c565603bc87f

Error:

Error response from daemon: conflict: unable to delete c565603bc87f (ca

19条回答
  •  离开以前
    2020-12-02 06:57

    docker rmi 
    

    Ex:

    REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
    python              3.6            60f85556d5d2        4 days ago          174MB
    

    docker rmi python:3.6

提交回复
热议问题