grafana/grafana-enterprise-dev
1M+
Grafana Enterprise is the recommended distribution of Grafana. It works great without a license, and can easily be upgraded to enable Enterprise features like data source permissions, reporting, and extended auth options.
Start your container binding the external port 3000
.
docker run -d --name=grafana -p 3000:3000 grafana/grafana-enterprise
You can find information about Grafana in our docs, or find out what's new in the latest release here!
docker pull grafana/grafana-enterprise-dev