Hello! I cant figure out why I cant bind mount me...
# docker
r
Hello! I cant figure out why I cant bind mount meltano container to the local host meltano project? docker run -t --name docker_meltano_jira_test -v my_local_meltano_project/output:/output melt_v2 everything works in the container when i "run meltano tap-jira target-jsonl". I get the files in the /output and my state.json file also gets created...but nothing happens on my local host, although i should have the mount...the mount is not working for some reason. Can anyone help me on this one?
a
The docker installation might need additional permissions on the directory. Also, it would be worth testing with absolute paths, just to ensure there's no mixup re: relative paths
r
yeah it was a path thingy, thanks!