You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.
ERROR: for jhipster-alerter Cannot start service jhipster-alerter: b'OCI runtime create failed: container_linux.go:348: starting container process caused "process_linux.go:402: container init caused \"rootfs_linux.go:58: mounting \\\"/host_mnt/c/Users/rotc_/Documents/GitHub/jhipster-console/alerts/config.yaml\\\" to rootfs \\\"/var/lib/docker/overlay2/19f8ca442a0ed3d30374471d8ed1270353da1a074e84d65ac9b225154b286430/merged\\\" at \\\"/var/lib/docker/overlay2/19f8ca442a0ed3d30374471d8ed1270353da1a074e84d65ac9b225154b286430/merged/opt/elastalert/config.yaml\\\" 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: Encountered errors while bringing up the project.
My docker version is Docker version 18.06.1-ce, build e68fc7a
And I´m using windows 10
The text was updated successfully, but these errors were encountered:
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'
I had the same problem since I only copied the docker-compose.yml. This docker compose contains a container called jhipster-alerter which references two volumes. Both these volumes can be found in this repository and should be added to your implementation.
See:
I have been struggling with this issue. I tried doing it like the README says, cloning the project and running docker-compose from inside the bootstrap directory, where reference to config.yaml is correct. I had the same issue in the Windows server but worked perfectly on my production Debian server.
I think the problem is that on Windows container, you CANNOT bind or mount single files. See stack overflow link
Hi there, I cloned the application and started it with the
docker-compose up -d
but i got the following error:My docker version is
Docker version 18.06.1-ce, build e68fc7a
And I´m using windows 10
The text was updated successfully, but these errors were encountered: