-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory sh #5
Comments
Copying from one of the comments on the article: "Got the same error. To resolve it I just opened docker file and entrypoint file for grafana and influxdb in the notepad++ This worked for me too |
Yes, I also faced the same issue and by converting the files from dos2unix command worked. |
If its a windows machine, shouldnt it be unix2dos? |
Even when i use dos2unix, it gives below error messages. docker-compose up |
I installed docker and cloned the grafana influx repository but with the command docker-compose up, I am getting the error -
Starting dockergrafanainfluxkit_influxdb_1 ... done
Starting dockergrafanainfluxkit_grafana_1 ... done
Attaching to dockergrafanainfluxkit_influxdb_1, dockergrafanainfluxkit_grafana_1
': No such file or directorycute 'sh
: No such file or directory sh
dockergrafanainfluxkit_influxdb_1 exited with code 127
dockergrafanainfluxkit_grafana_1 exited with code 127
The text was updated successfully, but these errors were encountered: