Skip to content

oh-bala/grafana-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana docker

This is a study of docker environment for starting grafana.

STATEMENT: the Dockerfile is intially a copy of original grafana's Dockerfile. This is by adding docker-compose and manage the environment viriables using .env file.

Installation

$ git clone https://github.com/BalaWxd/grafana-docker.git
$ cd grafana-docker
$ cp env-example .env

# Change mynamesapce to whatever you want!
$ docker-compose -p mynamespace up -d

# Check if the container starts
$ docker-compose -p mynamespace ls 

Open browser: http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published