Khi mình thử xây dựng Docker Compose trên MacOS lần đầu, mình gặp phải một lỗi như sau:
Error response from daemon: Mounts denied:
The path /opt/projects/phimhh3d/source is not shared from the host and is not known to Docker.
You can configure shared paths from Docker -> Preferences… -> Resources -> File Sharing.
See https://docs.docker.com/desktop/mac for more info.
Vấn đề xảy ra vì thư mục đường dẫn “/opt/projects/phimhh3d/source,” mà tôi đã sử dụng làm volume, không được chia sẻ bởi máy tính của chúng ta. Để khắc phục tình huống này, chúng ta cần tuân theo các hướng dẫn và thực hiện các bước sau:
Truy cập Docker -> Preferences… -> Resources -> File Sharing.
Sau đó build lại docker container của bạn.