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
The docker-compose file has the following configuration for volumes in the prometheus field - prometheus: ports: - 9090:9090 image: prom/prometheus container_name: prometheus environment: NODE: ${NODE} volumes: - ./prometheus.yml:/etc/prometheus/prometheus.yml
here for volumes field this error is being shown - Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/dmac/test_cdc/cdc-examples/cdc-quickstart-kafka-connect/prometheus.yml" to rootfs at "/etc/prometheus/prometheus.yml": mount /home/dmac/test_cdc/cdc-examples/cdc-quickstart-kafka-connect/prometheus.yml:/etc/prometheus/prometheus.yml (via /proc/self/fd/6), flags: 0x5000: 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
The text was updated successfully, but these errors were encountered:
The docker-compose file has the following configuration for volumes in the prometheus field -
prometheus: ports: - 9090:9090 image: prom/prometheus container_name: prometheus environment: NODE: ${NODE} volumes: - ./prometheus.yml:/etc/prometheus/prometheus.yml
here for volumes field this error is being shown -
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/home/dmac/test_cdc/cdc-examples/cdc-quickstart-kafka-connect/prometheus.yml" to rootfs at "/etc/prometheus/prometheus.yml": mount /home/dmac/test_cdc/cdc-examples/cdc-quickstart-kafka-connect/prometheus.yml:/etc/prometheus/prometheus.yml (via /proc/self/fd/6), flags: 0x5000: 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
The text was updated successfully, but these errors were encountered: