You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error response from daemon: failed to mount local volume: mount /host_mnt/Users//documents/polaris/regtests/output:/var/lib/docker/volumes/polaris_local_output/_data, flags: 0x1000: no such file or directory
I recalled this used to work an there is no change for the mount part for likes 3 months or so. Then I found docker/for-mac#7227 which seems to be related.
Here is a sample PR to fix this issue for now in case if we can't have docker issue fix: #356
Is this a possible security vulnerability?
Describe the bug
When following the quick start guide in the Polaris catalog document (https://polaris.io/#section/Quick-Start/Deploying-Polaris) after cloning the repository, the following error occurs:
Error response from daemon: failed to mount local volume: mount /host_mnt/Users//documents/polaris/regtests/output:/var/lib/docker/volumes/polaris_local_output/_data, flags: 0x1000: no such file or directory
To Reproduce
Follow the quick start guide in the Polaris catalog document (https://polaris.io/#section/Quick-Start/Deploying-Polaris).
cd ~git
clone https://github.com/apache/polaris.git
brew install --cask docker
cd ~/polaris
brew install openjdk@21 jenv
jenv add $(brew --prefix openjdk@21)
jenv local 21
cd ~/polaris' 'docker compose -f docker-compose.yml up --build
Actual Behavior
The process fails with the error message indicating that the local volume could not be mounted because the specified directory does not exist.
Expected Behavior
Docker should start up without any errors.
Additional context
System information
OS: macOS
Polaris catalog version: Latest
Cloud service used: AWS S3
The text was updated successfully, but these errors were encountered: