Launching server Docker containers
We’ll go through the same steps as in the previous chapters:
- If you haven’t done so already, shut down any services you might have left running from other chapters by executing the following (in the other chapter directories):
% docker-compose down
- Run the
docker-compose
script that will download the Grafana and InfluxDB containers and then launch them. Thedocker-compose.yml
file is available in theChapter07
directory of the GitHub repository for this book:% docker-compose up -d --pull missing [+] Running 3/3 Network chapter07_default Created 0.0s Container chapter07-grafana-1 Started 0.5s Container chapter07-influxdb-1 Started 0.5s