4
내 로컬 Mac에서 담화를 설치하는 표준 가이드를 따르고 있습니다. 나는 오류 메시지가있어 ./discourse-setup
설정 도구를 실행 한 후 : Mac OS에서 설교 담화 도커 설정
cd /pups && git pull && /pups/bin/pups --stdin
/usr/local/bin/docker: Error response from daemon: Mounts denied: er.com/docker-for-mac/osxfs/#namespaces for more info.
.
r/discourse/shared/standalone/log/var-log
are not shared from OS X and are not known to Docker.
You can configure shared paths from Docker -> Preferences... -> File Sharing.
처음에 나는 안에 내 작업 디렉토리/사용자로 설치하려고했습니다. 이 폴더는 파일 공유에 있습니다.
그런 다음/var/discourse 폴더에 같은 오류가 발생했습니다. 나는 부두 노동자의 파일 공유에 /var
폴더를 추가하려고 있도록 파일 공유 var
폴더 도커에없는 것으로 가정하고 여기에 문제가 될 수있는 어떤 메시지
The path /var is reserved by Docker
있어?