In a docker-compose.yml:
version: '3'
services:
piwik:
image: quay.io/continuouspipe/piwik-php7.1-apache:latest
In a Dockerfile:
FROM quay.io/continuouspipe/piwik-php7.1-apache:latest
docker-compose build piwik_php71_apache
docker-compose push piwik_php71_apache
This is an image that installs piwik web analytics software.
No additional environment variables over those of continuouspipe/php7.1-apache are supported, as piwik at this time does not support headless installations.