2.01a docker compose environment setup - MartinWong06/grafana GitHub Wiki
- Clone the repo from the github
git clone https://github.com/MartinWong06/grafana.git
- Change current directory to following path
cd /grafana/chapter_2/Grafana
- Execute following command to run Grafana in docker container
sudo docker compose up -d
- Access localhost:and get the Grafana login page
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"