Created
October 17, 2021 20:21
-
-
Save uzbekdev1/5c257205b337841f8bed820396f61d53 to your computer and use it in GitHub Desktop.
grafana setup docker
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 grafana/grafana | |
docker run -d --name=grafana -p 3000:3000 grafana/grafana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment