반응형
- 발생 경위
- docker-compose 설정 후에 마운트를 진행하지 않고
- docker-compose run "directory" django-admin startproject "project name" 진행
- docker-compose 설정 후에 마운트를 진행하지 않고
- 해결 방안
- docker-compose up 해서 동기화 시킬것
- 1번이 안되면 container image를 내리고 compose 해볼것
반응형
'오류모음집 > docker' 카테고리의 다른 글
error getting credentials - err: exit status 1, out: `` (0) | 2023.04.11 |
---|---|
failed to solve with frontend dockerfile.v0: failed to create LLB definition: (0) | 2023.04.11 |
docker-compose directory (경로를 못찾거나 마운트를 할 수 없는 상황 ) (0) | 2023.04.11 |
docker-compose env file (로딩이 안된 상황) (0) | 2023.04.11 |