Grafana Docker container which provides the Grafana open source dashboard server.
7.7K
Container Source - GitHub Mirror
This is the Conarx Containers Grafana image, it provides the Grafana open source dashboard server.
| Provider | Repository |
|---|---|
| DockerHub | allworldit/grafana |
| Conarx | registry.conarx.tech/containers/grafana |
All our Docker images are part of our Conarx Containers product line. Images are generally based on Alpine Linux and track the
Alpine Linux major and minor version in the format of vXX.YY.
Images built from source track both the Alpine Linux major and minor versions in addition to the main software component being
built in the format of vXX.YY-AA.BB, where AA.BB is the main software component version.
Our images are built using our Flexible Docker Containers framework which includes the below features...
Please use the project Issue Tracker.
Commercial support for all our Docker images is available from Conarx.
We also provide consulting services to create and maintain Docker images to meet your exact needs.
Additional environment variables are available from...
Grafana configuration can be specified using the GRAFANA_section_key syntax, which differs slightly from the documented
GF_ on https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/.
Mandatory configuration options...
Strongly suggested configuration options...
true when using HTTPStrue when using HTTPStrue when using HTTPSConfiguration items of note are documented below...
Admin user configuration:
Database configuration:
postgresql, mysql or sqlite3. By default a sqlite3 database is created in
/var/lib/grafana/db.mysql://user:secret@host:port/databaseCaching configuration:
database, redis or memcachedaddr=127.0.0.1,password=testGrafana data directory.
Configuration files of note can be found below...
| Path | Description |
|---|---|
| /etc/grafana/grafana.ini | Grafana configuration file |
Graphics assets can be customized using the below files by bind mounting over them...
| Path | Description |
|---|---|
| /usr/local/share/grafana/public/img/fav32.png | Favicon |
| /usr/local/share/grafana/public/img/apple-touch-icon.png | Favicon |
| /usr/local/share/grafana/public/img/grafana_icon.svg | Logo on login page |
| /usr/local/share/grafana/public/img/g8_login_dark.svg | Login page background image for dark mode |
| /usr/local/share/grafana/public/img/g8_login_light.svg | Login page background image for light mode |
Grafana port 3000 is exposed.
version: '3.9'
services:
grafana:
image: registry.gitlab.iitsp.com/allworldit/docker/grafana/v3.18:latest
environment:
- GRAFANA_SECURITY_SECRET_KEY=12345678901234567890123456789012
volumes:
- ./data:/var/lib/grafana
ports:
- '3000:3000'
networks:
- internal
networks:
internal:
driver: bridge
enable_ipv6: true
Content type
Image
Digest
sha256:fda07c234…
Size
245.2 MB
Last updated
4 days ago
docker pull allworldit/grafana