This message was deleted.
# general
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'.
I’ve also tried removing the
$(pwd)
and putting it in directly
is this some weird mac security setting I need to change?
s
Rancher Desktop --> #rancher-desktop
m
oh so sorry.. will move there