-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Docker loudml/chronograf:nightly does not run, latest does run #529
Comments
If I run nightly without entrypoint I just get error: |
` docker image inspect loudml/chronograf:nightly[ |
The title says it all..
when I run :latest
docker run -it --entrypoint /bin/sh loudml/chronograf:latest
/ # /usr/bin/chronograf
INFO[0000] Running migration 59b0cda4fc7909ff84ee5c4f9cb4b655b6a26620
INFO[0000] Serving chronograf at http://[::]:8888 component=server
INFO[0000] Reporting usage stats component=usage freq=24h reporting_addr=https://usage.influxdata.com stats=os,arch,version,cluster_id,uptime
^CERRO[0001] shutdown initiated
INFO[0001] Stopped serving chronograf at http://[::]:8888 component=server
And stock nightly
/ # [root@na000teleflow1 docker-commands]# docker run -it --entrypoint /bin/sh loudml/chronograf:nightly
/ # /usr/bin/chronograf
/bin/sh: /usr/bin/chronograf: not found
docker pull is done without trick, just docker pull loudml/chronograf:nightly
I pulled nightly because there seems to be some issues between loudml:latest and chronograf:latest, whatever I do I cannot get them train data from InfluxDB 1.8.1. So I am trying to run both on nightly.
The text was updated successfully, but these errors were encountered: