Grafana Docker Configuration
https://cookingload.stelive.co/grafana-docker-configuration27.12.2021 · Docker-compose down. To delete all containers, use the command: docker rm -f $ (docker ps -a -q) Delete all volumes with the command below: docker volume rm $ (docker volume ls -q) You can restart all the containers again using the command: docker-compose up -d. That marks the end of our guide on how to run prometheus and Grafana with docker.