-
Notifications
You must be signed in to change notification settings - Fork 220
Error when running Influxdb container from docker-compose file #2
Description
I got this error when I run docker-compose up -d , all the containers are running but there is an error with Influxdb .
I also run
docker-compose up --build to build the images but the same issue
Error:
Recreating 1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_influxdb ... error
ERROR: for 1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_1ca2f34b1ced_influxdb Cannot start service influxdb: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: "/entrypoint1.sh": permission denied": unknown
ERROR: for influxdb Cannot start service influxdb: OCI runtime create failed: container_linux.go:296: starting container process caused "exec: "/entrypoint1.sh": permission denied": unknown
ERROR: Encountered errors while bringing up the project.
I'm using mac OS with High sierra version and latest docker version