2.01a docker compose environment setup - MartinWong06/grafana GitHub Wiki

  1. Clone the repo from the github
git clone https://github.com/MartinWong06/grafana.git
  1. Change current directory to following path
cd /grafana/chapter_2/Grafana
  1. Execute following command to run Grafana in docker container
sudo docker compose up -d
  1. Access localhost:and get the Grafana login page

Docker command

Execute docker compose bring up containers with detach mode

docker compose up -d 

Bring down the containers

docker compose down

List docker network

docker network ls

List all state containers

docker ps -a

Access container logs

docker logs "container name"
⚠️ **GitHub.com Fallback** ⚠️