|
|
10 лет назад | |
|---|---|---|
| .. | ||
| Dockerfile | 11 лет назад | |
| README.md | 10 лет назад | |
| build.sh | 11 лет назад | |
| test_container.sh | 11 лет назад | |
This container currently only contains the in development alpha of Grafana 2.0 (ie non production use). The
#develop tag is constantly updated as we make progress towards a beta release.
Start your image binding the external port 3000.
docker run -i -p 3000:3000 grafana/grafana
Try it out, default admin user is admin/admin.
All options defined in conf/grafana.ini can be overridden using environment variables, for example:
docker run -i -p 3000:3000 \
-e "GF_SERVER_ROOT_URL=http://grafana.server.name" \
-e "GF_SECURITY_ADMIN_PASSWORD=secret \
grafana/grafana:develop