Error invoking remote method 'docker-start-container': Error: (HTTP code 500) server error - Mounts denied: The path /data/mongodb is not shared from the host and is not known to Docker. You can configure shared paths from Docker -> Preferences... -> Resources -> File Sharing. See https://docs.docker.com/desktop/mac for more info. 위의 에러는 docker run -d --name mongodb -v /data/mongodb:/data/db -v ..