< 에러 메시지 >
docker: Error response from daemon: Conflict. The container name "/mysql-lecture" is already in use by container "9cc3b2f27d564747cee834c5de236819c462aec963237a48ed19f54e08a12805". You have to remove (or rename) that container to be able to reuse that name.
< 원인 >
컨테이너 이름이 이미 있는데 같은 이름으로 하여 에러 발생
< 해결 >
같은 이름으로 충돌난 컨테이너 제거 또는 이름변경으로 해결
'에러 모음' 카테고리의 다른 글
CannotLoadBeanClassException (0) | 2024.04.18 |
---|---|
[SQL] SQL Error [1007] [HY000] (0) | 2024.04.17 |
org.apache.jasper.JasperException (1) | 2024.04.13 |
java.lang.NullPointerException (0) | 2024.04.10 |
org.springframework.boot:spring-boot-gradle-plugin:3.2.4 (0) | 2024.04.10 |