akadzik / gatling-grafana-docker

Gatling real time monitoring with Grafana, InfluxDB and Graphite using Docker container
3 stars 4 forks source link

No such file or directory #1

Open Maithrie opened 2 years ago

Maithrie commented 2 years ago

I am getting below error when i run docker-compose up command. Anyone faced this issue? Attaching to gatling-grafana-docker-grafana-1, gatling-grafana-docker-influxdb-1 ': No such file or directoryxdb-1 | env: can't execute 'sh gatling-grafana-docker-influxdb-1 exited with code 127 gatling-grafana-docker-grafana-1 | /usr/bin/env: 'sh\r': No such file or directory gatling-grafana-docker-grafana-1 exited with code 127

akadzik commented 2 years ago

Hi Maithrie. Which operating system do you use? In case of Windows you need to run script via unix-type terminal. You don't even need to install virtual linux environment or wsl 2 for Windows. You can just use Git Bash to run docker script.

In addition, you need to be sure that docker desktop is running and properly installed.