일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- licence delete curl
- query
- high level client
- 900gle
- Mac
- aggs
- Java
- License
- zip 파일 암호화
- zip 암호화
- token filter test
- sort
- springboot
- plugin
- 차트
- MySQL
- TensorFlow
- Test
- docker
- Python
- flask
- 파이썬
- analyzer test
- Elasticsearch
- license delete
- matplotlib
- API
- aggregation
- Kafka
- ELASTIC
Archives
- Today
- Total
개발잡부
[docker] docker rmi must be forced 본문
반응형
docker 이미지를 삭제하려고 하는데 아래와 같은 에러가 난다면..
Error response from daemon: conflict: unable to delete df2448c78780 (must be forced) - image is referenced in multiple repositories
Error response from daemon: conflict: unable to delete df2448c78780 (must be forced) - image is referenced in multiple repositories
-f 옵션을 추가해 준다
#이미지 확인
$> docker images
이미지를 삭제 해버리자
$> docker rmi 132e68488f03 df2448c78780 df2448c78780 -f
반응형
'Docker' 카테고리의 다른 글
[docker] Error response from daemon: network myapp not found (0) | 2022.10.29 |
---|---|
[docker] Dockerfile (0) | 2022.09.24 |
Portainer 설치 (0) | 2020.03.22 |
레디스를 설치해보자 (0) | 2020.03.04 |
Mac Docker Mysql 설치하기 (0) | 2020.01.14 |
Comments