🖥️ 내 환경
- 운영 체제는 Window 11 Home
- Docker Desktop 버전은 4.16.3
- Docker Compose 버전은 v2.15.1
docker-compose up
위 명령어를 사용하다가 docker endpoint for "default" not found가 뜨면서 안 된다.
이전에 잘 되었는데 Dockerfile을 이미지로 생성하려고 docker-compose에 코드를 작성한 후 이런 문제가 발생
해결
.docker\contexts\meta\{이상한 문자}의 경로에 meta.json 파일이 있는데 삭제한다.
다시 실행해보면 문제없이 잘 된다.
참고 👇
https://github.com/docker/compose/issues/9956
반응형
'DevOps > Docker' 카테고리의 다른 글
Ubuntu에 Docker 설치 (1) | 2024.01.07 |
---|---|
COPY ${JAR_FILE} app.jarWhen using COPY with more than one source file, the destination must be a directory and end with a / (0) | 2023.05.05 |
Docker (0) | 2023.04.19 |
Docker Compose (0) | 2022.05.05 |
Dockerfile (0) | 2022.04.25 |