DockerGrafanaInfluxKit
DockerGrafanaInfluxKit copied to clipboard
Error while running docker-compose up
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
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
sh/dockerfile contains CR characters. I removed them with "sed -i.bak "s/$(printf '\r')//" file", then rebuild the images and it works.