在使用docker的時候遇到刪不掉image的情況,如下:?
root@ubuntu:
/opt/docker
# docker images
repository tag image id created size
door
/ubuntu-nginx
v2 5e4f2da203e2 5 minutes ago 283.3 mb
46987ed2da40 33 minutes ago 129 mb
20248c31e1a2 45 minutes ago 129 mb
door
/ubuntu-nginx
v1 0e35a55569f5 about an hour ago 280.8 mb
ubuntu latest 104bec311bcd 2 weeks ago 129 mb
hello-world latest c54a2cc56cbb 6 months ago 1.848 kb
root@ubuntu:
/opt/docker
# docker rmi 5e4f2da203e2
error response from daemon: conflict: unable to delete 5e4f2da203e2 (must be forced) - image is being used by stopped container 06622513ce3c
解決方法:
1.先查詢記錄docker ps -a
2.把該映象的記錄全部刪除掉,如果刪除所有映象的記錄,可以使用:docker ps -a|awk ''|xargs docker rm
3.docker rmi 5e4f2da203e2
就可以了
網上還有網友使用service docker restrat 之後再刪,本人試了一下不管用,可能是因為環境不一樣,哈哈!
docker image刪不掉的解決辦法
在使用docker的時候遇到刪不掉image的情況,如下 root ubuntu opt docker docker images rep tag image id created size door ubuntu nginx v2 5e4f2da203e2 5 minutes ago 283.3 ...
Word 刪不掉的空白頁?
平時使用 word 寫文件時,經常遇到在編輯處理完文件後會發現 word 中多出了乙個或多個空白頁,而這些空白頁上已經沒有任何內容卻怎麼都刪不了,很是苦惱。本文主要講解了 6種刪除 word 文件中空白頁的方法。word文件中刪除空白頁的方法 一 空白頁在最後一頁的刪除方法 如果空白頁在最後一頁,我...
root都刪不掉的木馬檔案
在處理黑客留下的木馬檔案時,發現那些檔案用root的許可權都刪不掉。明明檔案的屬主是root,可寫 所在目錄屬主也是root,也可寫 在刪除的時候卻總是提示 operation not permitted 研究了好久不得其解,上google,赫然發現以下答案 server usr sbin rm x...