https://rancher.com/ logo
Title
m

microscopic-megabyte-8477

10/26/2022, 4:09 PM
Hi everyone.. I’ve got a question about rancher on mac. I just installed it as a replacement for the docker engine on my mac and I’m having issues with it not finding local folders for
bind
mounts
example
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'.
I’ve also tried removing the
$(pwd)
and putting it in directly
is this some weird mac security setting I need to change?
s

stocky-account-63046

10/26/2022, 4:14 PM
Rancher Desktop --> #rancher-desktop
m

microscopic-megabyte-8477

10/26/2022, 4:14 PM
oh so sorry.. will move there