An error is reported when the docker image is deleted. After docker images code>, the output is as follows:
REPOSITORY TAG IMAGE ID CREATED SIZE
nvidia/cuda 9.0-base 74f5aea45cf6 6 weeks ago 134MB
paddlepaddle/paddle 1.1.0-gpu-cuda8.0-cudnn7 b3cd25f64a2a 8 weeks ago 2.76GB
hub.baidubce.com/paddlepaddle/paddle 1.1.0-gpu-cuda8.0-cudnn7 b3cd25f64a2a 8 weeks ago 2.76GB
paddlepaddle/paddle 1.1.0-gpu-cuda9.0-cudnn7 0df4fe3ecea3 8 weeks ago 2.89GB
hub.baidubce.com/paddlepaddle/paddle 1.1.0-gpu-cuda9.0-cudnn7 0df4fe3ecea3
The first image is successfully deleted by docker RMI 74f5aea45cf6 code> directly. However, the latter two images appear in pairs, and the direct
docker RMI code> deletion fails. The error message is as follows:
Error response from daemon:
conflict: unable to delete b3cd25f64a2a (must be forced) - image
is referenced in multiple repositories
Solution:
First, specify a name when docker RMI code>, instead of
image ID code>, and then execute
docker RMI - f image ID code> J
docker rmi paddlepaddle/paddle:1.1.0-gpu-cuda8.0-cudnn7
docker rmi -f b3cd25f64a2a
Read More:
- Docker error response from daemon: Conflict: unable to deletexxxxx
- Error response from daemon: Conflict: unable to delete 8598c91556dc (must be forced)
- docker Error response from daemon: Bad response from Docker engine
- docker: Error response from daemon: Get https://registry-1.docker.io/v2/: net/http: request canceled
- [Sovled] Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
- Solution: unable to delete folder (you need permission to perform this operation)
- When docker creates a container command: Error response from daemon: No command specified
- docker: Error response from daemon: driver failed programming external connectivity on endpoint
- Matlab delete row or col to delete the row or column of the matrix
- docker: Error response from daemon: driver failed programming external connectivity on endpoint lamp
- The docker runtime container reported an error: error response from daemon: OCI runtime create failed
- T omcat:removeGeneratedFiles Failed to delete the generated java file solution
- How to Fix ERROR: Couldn’t connect to Docker daemon at http+docker://localhost – is it running?
- Docker creation container cannot find network card: error response from daemon: network XXXX not found
- Lua — using remove to delete table data
- About WLW (Windows Live Writer): “unable to connect to your log service: invalid server response” solution
- HTTP error 405.0 – method not allowed solution for put and delete operations of rest Service on iis7.5
- Docker was unable to connect to the docker daemons
- Error response from daemon for private harbor login
- How to delete Microsoft AutoUpdate from Mac