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

After launching Grafana docker image, Dashboard not loaded automatically #1

Open
sinojkoratty opened this issue May 4, 2020 · 2 comments · May be fixed by #15
Open

After launching Grafana docker image, Dashboard not loaded automatically #1

sinojkoratty opened this issue May 4, 2020 · 2 comments · May be fixed by #15
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@sinojkoratty
Copy link

Tried the steps as per the documentation, everything work perfect, but at the end, the dashboard is not loading automatically.

@sunishsurendrank sunishsurendrank added bug Something isn't working help wanted Extra attention is needed labels May 9, 2020
@qerat97
Copy link

qerat97 commented Sep 11, 2020

Hi @sinojkoratty /@sunishsurendrank,

can u please share a screenshot of the dashboard. I am able to generate the issue. Please confirm if you guys are also seeing the dashboard as shown in below screenshot.
dash

@qerat97
Copy link

qerat97 commented Sep 11, 2020

Hi @sinojkoratty /@sunishsurendrank,

I followed below steps and it worked for me.

Step 1: docker network create COVID19DashboardbNetwork

Step 2: docker run -d -p 8086:8086 --network COVID19DashboardbNetwork --name influxdb influxdb

Step 3: docker run -d -p 3000:3000 --network COVID19DashboardbNetwork --name=grafana sunishsurendrank/grafanaimage:v1

Step 4: docker run -d -p 3001:3001 --network COVID19DashboardbNetwork --name=pythonimage sunishsurendrank/pythonimage:v1

dash_issue_resolved

Kindly let me know if this is what was expected?

Related PR #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants