mirth-connect-docker icon indicating copy to clipboard operation
mirth-connect-docker copied to clipboard

Error starting mc-rp-https Cannot start service rp-https: OCI runtime create failed

Open debashish-github opened this issue 5 years ago • 1 comments

Hi, I have downloaded the source contents to my local Windows maching that has docker installed . The docker images seems to have been created successfully . But when I run the command docker-compose up -d it gives the following error : ERROR: for mc-rp-https Cannot start service rp-https: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "rootfs_linux.go:58: mounting \"/host_mnt/c/git_clones/mirth-connect-docker/data/rp-https/conf/nginx/nginx.conf\" to rootfs \"/var/lib/docker/overlay2/a318c74b64f43461fad99cba019286b6376a28d455998679f953f31f7a142345/merged\" at \"/var/lib/docker/overlay2/a318c74b64f43461fad99cba019286b6376a28d455998679f953f31f7a142345/merged/etc/nginx/nginx.conf\" caused \"not a directory\""": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type

ERROR: for rp-https Cannot start service rp-https: OCI runtime create failed: container_linux.go:349: starting container process caused "process_linux.go:449: container init caused "rootfs_linux.go:58: mounting \"/host_mnt/c/git_clones/mirth-connect-docker/data/rp-https/conf/nginx/nginx.conf\" to rootfs \"/var/lib/docker/overlay2/a318c74b64f43461fad99cba019286b6376a28d455998679f953f31f7a142345/merged\" at \"/var/lib/docker/overlay2/a318c74b64f43461fad99cba019286b6376a28d455998679f953f31f7a142345/merged/etc/nginx/nginx.conf\" caused \"not a directory\""": unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type Encountered errors while bringing up the project.

I followed the instruction as mentioned in the README .. Am I missing something here ?

Thanks Debashish

debashish-github avatar Oct 16 '20 16:10 debashish-github

Hi, have you got a nginx.conf file (not a directory) at c:\git_clones\mirth-connect-docker\data\rp-https\conf\nginx\ ?

fabrom avatar May 02 '21 16:05 fabrom