Matomo Docker#
Matomo (formerly Piwik) is the leading open-source analytics platform that gives you more than just powerful analytics
Demo#
Docker#
docker run -d --name matomo --link mysql:db matomo
docker run -d --name matomo -p 8080:80 --link mysql:db -v matomo:/var/www/html matomo