Container stats for all running containers
docker stats $(docker inspect -f "{{ .Name }}" $(docker ps -aq))
This code gives us insight into the number of people who visit our website, where they are from, and what they are clicking on.