Skip to content
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

Error while running docker-compose up #2

Open
ravibabu101143 opened this issue Mar 31, 2018 · 2 comments
Open

Error while running docker-compose up #2

ravibabu101143 opened this issue Mar 31, 2018 · 2 comments

Comments

@ravibabu101143
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants