Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vinascript/html/wp-includes/functions.php on line 6114
Fix lỗi Docker “Error response from daemon: Mounts denied” trên MacOS - VinaScript

Latest Post

Triển khai dự án PHP, Mysql với Nginx trên Docker Tìm hiểu về HTML – Ưu điểm, nhược điểm và cách hoạt động của HTML

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.

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *