일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- aggregation
- springboot
- flask
- sort
- Kafka
- licence delete curl
- token filter test
- analyzer test
- zip 파일 암호화
- docker
- Python
- 900gle
- matplotlib
- 차트
- API
- TensorFlow
- license delete
- Mac
- aggs
- Test
- Elasticsearch
- query
- high level client
- Java
- MySQL
- License
- ELASTIC
- 파이썬
- plugin
- zip 암호화
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