Ubuntu에서 Windows 경로 접근하는 방법
WSL2(Ubuntu)에서 Windows 드라이브 마운트 확인
Ubuntu(WSL2)에서는 Windows 드라이브가 자동으로 /mnt 아래에 마운트됩니다.
즉, D: 드라이브는 /mnt/d로 접근할 수 있습니다.
예시
cd /mnt/d/projects/count10shop
컨테이너 접속하는 명령어
docker exec -it (접속할 컨테이너이름) /bin/bash
노리 설치방법
./bin/elasticsearch-plugin install analysis-nori