Last active
November 30, 2023 18:14
-
-
Save kjkasi/39424f620e212fe6f5d0697ed86b2d7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker pull registry.altlinux.org/alt/alt | |
docker run -it --rm registry.altlinux.org/alt/alt bash | |
apt-get update | |
apt-get install grafana | |
./usr/bin/grafana-server -config /etc/grafana/grafana.ini -homepath /usr/share/grafana/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment