Created
January 10, 2021 18:47
-
-
Save ntakouris/f366ce0f2d115562d0be4dbadd32f275 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
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" | |
docker run -d -v $DIR/grafana:/var/lib/grafana --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