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

connection refused when trying connect to influx #9

Open
cuhavp opened this issue Jun 6, 2019 · 3 comments
Open

connection refused when trying connect to influx #9

cuhavp opened this issue Jun 6, 2019 · 3 comments

Comments

@cuhavp
Copy link

cuhavp commented Jun 6, 2019

docker exec -it c78aaa755550 influx
Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp 127.0.0.1:8086: getsockopt: connection refused
Please check your connection settings and ensure 'influxd' is running.

@jaalvarezvi
Copy link

Hi @cuhavp , did you find a fix for your issue?
In my case, influxdb container does not run. Do you have any idea why it doesn't run?
Thank you in advance!

@Maithrie
Copy link

hi @jaalvarezvi did you find a solution to the issue of why influxdb was not running?

@cameronbunce
Copy link

Back in the Readme, there is a link to an article that lays out how this should be used. The docker-compose.yaml file should be used by running docker compose docker-compose up after which a lot of things will print to the terminal that will show the success or failure of that command which should bring up the whole lot of the containers. If you exit that with CTRL-C you will be stopping the containers. To bring up the containers without the active dialog from them, invoke with docker-compose -d after which you can ask docker to tell you what is running by docker ps

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

4 participants