Skip to content

Commit

Permalink
Merge pull request #983 from sparcs-kaist/[email protected]
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sboh1214 authored Jul 4, 2023
2 parents 0535c23 + 1d81cb0 commit 84bdeec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,24 @@ docker compose down
rm -rf ./volumes/db
```

### TroubleShooting

#### (Windows) git clone시 유의사항

local window에 clone 후, wsl shell로 실행하면 오류가 발생합니다.
(local window에 clone하면 `user@desktop:mnt/` 에서 실행됩니다.)

wsl2 shell을 실행한 뒤, wsl2 shell 상에서 git clone을 해야 합니다.

#### (Windows) wsl 상에서 docker compose up 시 유의사항

docker 명령어 없다는 콘솔창이 뜨면 아래 명령어를 입력하여 wsl version이 1인 distro를 확인 한 뒤, wsl version 2로 바꾸어줍니다.

```cmd
wsl.exe -l -v
wsl.exe --set-version (distro name) 2
```

## 개발 환경 설정 (Deprecated)

2023.5.5. 까지 사용했던 Docker Compose 없는 개발 환경입니다.
Expand Down

0 comments on commit 84bdeec

Please sign in to comment.