This message was deleted.
# rancher-desktop
a
This message was deleted.
m
example
Copy code
VFumo000@RESML-1719017 terraform % ls /Users/vfumo000/repo/otsdata/terraform/terraform
environments  modules
VFumo000@RESML-1719017 terraform % docker run -it --name terraform --rm \          
--mount type=bind,source="$(pwd)"/terraform,target="/terraform" \
-v `pwd`/private/.vaultpass:/terraform/.vaultpass \
tf
docker: Error response from daemon: invalid mount config for type "bind": bind source path does not exist: /Users/vfumo000/repo/otsdata/terraform/terraform.
See 'docker run --help'.
is this some weird mac security setting I need to change?
c
Hi Vincent, did you remove the old docker engine installation?
or at least stopped it?
m
yes. I think my issue in the above was that I was running in a dir that had some capitalization issues.. but apparently I can’t mount outside my $HOME dir?
j
IIRC you can't mount outside
$HOME
. Does this issue match what you want: https://github.com/rancher-sandbox/rancher-desktop/issues/3160