Grafana no Ubuntu 24.04 LTS 64 bits
843

Grafana allows you to query, visualize, alert on and understand your metrics no matter where they are stored. Create, explore, and share beautiful dashboards with your team and foster a data driven culture.
The easiest way to get started is with Grafana Cloud, our fully composable observability stack.
operating system: Ubuntu 24.04 LTS 64 bits
Packages:
View Dockerfile: https://github.com/aeciopires/docker/blob/master/ubuntu-grafana
More information install Grafana: http://docs.grafana.org/installation/debian/
a) In background:
docker container run -p 3000:3000 -d --rm --name grafana aeciopires/ubuntu-grafana:v11
or
b) Interactive:
docker container run -p 3000:3000 -i -t --rm --name grafana aeciopires/ubuntu-grafana:v11 /bin/bash
docker container logs -f grafana
git clone [email protected]:aeciopires/docker.git
cd docker/ubuntu-grafana/
docker image build -t aeciopires/ubuntu-grafana:v11 .
docker image ls
docker login -u aeciopires
docker push aeciopires/ubuntu-grafana:v11
git add *
git commit -m "MESSAGE"
git push
Reference:
Content type
Image
Digest
sha256:44dda934a…
Size
325.2 MB
Last updated
almost 2 years ago
docker pull aeciopires/ubuntu-grafana:v11