검색결과 리스트
글
!markdown
# Docker (도커)
### Error (에러)
```log
C:\Program Files\Docker\Docker\Resources\bin\docker.exe: Error response from daemon: invalid bind mount spec "/C/Users/aaa/data;C:\\Program Files\\Git\\data": invalid volume specification: '/C/Users/aaa/data;C:\Program Files\Git\data': invalid mount config for type "bind": invalid mount path: '\Program Files\Git\data' mount path must be absolute.
```
Volume 설정을 하는데, 경로가 설정이 안되는 것 같다.
### Problem (문제)
아직 Docker Windows에 문제가 있나보다..
### Solved (해결)
아래 참조해놓은 사이트에서 해결방법을 두가지 제시해 줬는데 나의 경우는 되지 않았다..
세번째 방법은 그냥 OS를 Linux 쪽으로 사용하라고 한다. ㅋㅋㅋ
진짜로 Linux에서 하니까 그냥 되었다...
### Reference (참고)
- Docker problems on Windows: [https://lmonkiewicz.com/programming/get-noticed-2017/docker-problems-on-windows/](https://lmonkiewicz.com/programming/get-noticed-2017/docker-problems-on-windows/)
- Basic volume mount fails with windows docker client against boot2docker: [https://github.com/moby/moby/issues/12751](https://github.com/moby/moby/issues/12751)
'LANGUAGE > !$%!% ERROR NOTE' 카테고리의 다른 글
[Oracle] ORA-29538: Java not installed (0) | 2017.12.15 |
---|---|
[GitLab-Runner] 인자(아규먼트) 무시 현상 (0) | 2017.11.22 |
[Docker] the input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty' (0) | 2017.11.20 |
[Java] JDBC, java.sql.SQLException: ORA-29536: 부적합하게 형성된 소스 (0) | 2017.11.05 |
[Oracle] ORA-00059: maximum number of DB_FILES exceeded (0) | 2017.11.05 |