This means that your docker state is corrupted and you need clear the complete state
sudo service docker stop
sudo rm -rf /var/lib/docker
sudo service docker start
This will start docker fresh without any existing data. Try pulling deleting the image after this and see if all works. If it doesn't then there is some issue that needs to be looked into
'Programming > Docker' 카테고리의 다른 글
Ubuntu Docker, Docker-compose 설치 (0) | 2023.01.15 |
---|---|
CentOS7에서 mariadb를 Docker-compose로 띄우는 방법 (0) | 2022.07.20 |
Centos7 서버에 Docker, Docker-compose 설치하는 방법 (0) | 2022.07.20 |
Docker sudo 없이 사용 (0) | 2022.01.17 |
docker rmi 시 오류 해결 "Error response from daemon: No such image:" (0) | 2022.01.16 |