BushnevYuri / DockerGrafanaInfluxKit

Lightweight docker compose to spin up Grafana and Influx for metrics collection and analyses [just run compose and you are ready to go]
75 stars 59 forks source link

Error while running docker-compose up #2

Open ravibabu101143 opened 6 years ago

ravibabu101143 commented 6 years ago

I have followed step by step process defined in the blazemeter url and run the following command.. Run the command: > docker-compose up

Below is the execution traces: Successfully tagged dockergrafanainfluxkit_influxdb:latest WARNING: Image for service influxdb was built because it did not already exist. To rebuild this image you must use docker-compose build or docker-compose up --build.

debconf: delaying package configuration, since apt-utils is not installed

Creating dockergrafanainfluxkit_influxdb_1 ... done Creating 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

Thanks, Ravindra

mbulthuis commented 6 years ago

Same issue here. docker-compose version 1.20.1, build 5d8c71b docker-py version: 3.1.4 CPython version: 3.6.4 OpenSSL version: OpenSSL 1.0.2n 7 Dec 2017

docker version: Client: Version: 18.03.0-ce API version: 1.26 (downgraded from 1.37) Go version: go1.9.4 Git commit: 0520e24 Built: Wed Mar 21 23:06:22 2018 OS/Arch: darwin/amd64 Experimental: false Orchestrator: swarm

Server: Engine: Version: 17.03.0-ce API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 3a232c8 Built: Tue Feb 28 07:52:04 2017 OS/Arch: linux/amd64 Experimental: false

mbulthuis commented 6 years ago

sh/dockerfile contains CR characters. I removed them with "sed -i.bak "s/$(printf '\r')//" file", then rebuild the images and it works.