|
|
@@ -1,128 +0,0 @@
|
|
|
-<!--
|
|
|
-
|
|
|
-********************************************************************************
|
|
|
-
|
|
|
-WARNING:
|
|
|
-
|
|
|
- DO NOT EDIT "piwik/README.md"
|
|
|
-
|
|
|
- IT IS AUTO-GENERATED
|
|
|
-
|
|
|
- (from the other files in "piwik/" combined with a set of templates)
|
|
|
-
|
|
|
-********************************************************************************
|
|
|
-
|
|
|
--->
|
|
|
-
|
|
|
-# **DEPRECATION NOTICE**
|
|
|
-
|
|
|
-This image is officially deprecated in favor of [the `matomo` image](https://hub.docker.com/_/matomo/), and will receive no further updates after 2018-09-30 (Sep 30, 2018). Please adjust your usage accordingly.
|
|
|
-
|
|
|
-# Supported tags and respective `Dockerfile` links
|
|
|
-
|
|
|
-- [`3.6.0-apache`, `3.6-apache`, `3-apache`, `apache`, `3.6.0`, `3.6`, `3`, `latest` (*apache/Dockerfile*)](https://github.com/matomo-org/docker/blob/b711c66be5de3caade38361bd974134e1291a929/apache/Dockerfile)
|
|
|
-- [`3.6.0-fpm`, `3.6-fpm`, `3-fpm`, `fpm` (*fpm/Dockerfile*)](https://github.com/matomo-org/docker/blob/b711c66be5de3caade38361bd974134e1291a929/fpm/Dockerfile)
|
|
|
-- [`3.6.0-fpm-alpine`, `3.6-fpm-alpine`, `3-fpm-alpine`, `fpm-alpine` (*fpm-alpine/Dockerfile*)](https://github.com/matomo-org/docker/blob/b711c66be5de3caade38361bd974134e1291a929/fpm-alpine/Dockerfile)
|
|
|
-
|
|
|
-# Quick reference
|
|
|
-
|
|
|
-- **Where to get help**:
|
|
|
- [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker)
|
|
|
-
|
|
|
-- **Where to file issues**:
|
|
|
- [https://github.com/piwik/docker-piwik/issues](https://github.com/piwik/docker-piwik/issues)
|
|
|
-
|
|
|
-- **Maintained by**:
|
|
|
- [Piwik Analytics](https://github.com/piwik/docker-piwik)
|
|
|
-
|
|
|
-- **Supported architectures**: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))
|
|
|
- [`amd64`](https://hub.docker.com/r/amd64/piwik/), [`arm32v5`](https://hub.docker.com/r/arm32v5/piwik/), [`arm32v6`](https://hub.docker.com/r/arm32v6/piwik/), [`arm32v7`](https://hub.docker.com/r/arm32v7/piwik/), [`arm64v8`](https://hub.docker.com/r/arm64v8/piwik/), [`i386`](https://hub.docker.com/r/i386/piwik/), [`ppc64le`](https://hub.docker.com/r/ppc64le/piwik/), [`s390x`](https://hub.docker.com/r/s390x/piwik/)
|
|
|
-
|
|
|
-- **Published image artifact details**:
|
|
|
- [repo-info repo's `repos/piwik/` directory](https://github.com/docker-library/repo-info/blob/master/repos/piwik) ([history](https://github.com/docker-library/repo-info/commits/master/repos/piwik))
|
|
|
- (image metadata, transfer size, etc)
|
|
|
-
|
|
|
-- **Image updates**:
|
|
|
- [official-images PRs with label `library/piwik`](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fpiwik)
|
|
|
- [official-images repo's `library/piwik` file](https://github.com/docker-library/official-images/blob/master/library/piwik) ([history](https://github.com/docker-library/official-images/commits/master/library/piwik))
|
|
|
-
|
|
|
-- **Source of this description**:
|
|
|
- [docs repo's `piwik/` directory](https://github.com/docker-library/docs/tree/master/piwik) ([history](https://github.com/docker-library/docs/commits/master/piwik))
|
|
|
-
|
|
|
-- **Supported Docker versions**:
|
|
|
- [the latest release](https://github.com/docker/docker-ce/releases/latest) (down to 1.6 on a best-effort basis)
|
|
|
-
|
|
|
-# Piwik
|
|
|
-
|
|
|
-[](https://travis-ci.org/piwik/docker-piwik)
|
|
|
-
|
|
|
-Piwik is the leading open-source analytics platform that gives you more than just powerful analytics:
|
|
|
-
|
|
|
-- Free open-source software
|
|
|
-- 100% data ownership
|
|
|
-- User privacy protection
|
|
|
-- User-centric insights
|
|
|
-- Customisable and extensible
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-# How to use this image
|
|
|
-
|
|
|
-```console
|
|
|
-$ docker run --name some-piwik --link some-mysql:db -d piwik
|
|
|
-```
|
|
|
-
|
|
|
-Now you can get access to fpm running on port 9000 inside the container. If you want to access it from the Internets, we recommend using a reverse proxy in front. You can find more information on that on the [docker-compose](#docker-compose) section.
|
|
|
-
|
|
|
-## Via docker-compose
|
|
|
-
|
|
|
-You can use a setup that is used in production at [IndieHosters/piwik](https://github.com/indiehosters/piwik).
|
|
|
-
|
|
|
-## Installation
|
|
|
-
|
|
|
-Once started, you'll arrive at the configuration wizard. At the `Database Setup` step, please enter the following:
|
|
|
-
|
|
|
-- Database Server: `db`
|
|
|
-- Login: `root`
|
|
|
-- Password: MYSQL_ROOT_PASSWORD
|
|
|
-- Database Name: piwik (or you can choose)
|
|
|
-
|
|
|
-And leave the rest as default.
|
|
|
-
|
|
|
-Then you can continue the installation with the super user.
|
|
|
-
|
|
|
-## Contribute
|
|
|
-
|
|
|
-Pull requests are very welcome!
|
|
|
-
|
|
|
-We'd love to hear your feedback and suggestions in the issue tracker: [github.com/piwik/docker-piwik/issues](https://github.com/piwik/docker-piwik/issues).
|
|
|
-
|
|
|
-## GeoIP
|
|
|
-
|
|
|
-This product includes GeoLite data created by MaxMind, available from [http://www.maxmind.com](http://www.maxmind.com).
|
|
|
-
|
|
|
-# Image Variants
|
|
|
-
|
|
|
-The `piwik` images come in many flavors, each designed for a specific use case.
|
|
|
-
|
|
|
-## `piwik:<version>`
|
|
|
-
|
|
|
-This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of.
|
|
|
-
|
|
|
-## `piwik:<version>-alpine`
|
|
|
-
|
|
|
-This image is based on the popular [Alpine Linux project](http://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.
|
|
|
-
|
|
|
-This variant is highly recommended when final image size being as small as possible is desired. The main caveat to note is that it does use [musl libc](http://www.musl-libc.org) instead of [glibc and friends](http://www.etalabs.net/compare_libcs.html), so certain software might run into issues depending on the depth of their libc requirements. However, most software doesn't have an issue with this, so this variant is usually a very safe choice. See [this Hacker News comment thread](https://news.ycombinator.com/item?id=10782897) for more discussion of the issues that might arise and some pro/con comparisons of using Alpine-based images.
|
|
|
-
|
|
|
-To minimize image size, it's uncommon for additional related tools (such as `git` or `bash`) to be included in Alpine-based images. Using this image as a base, add the things you need in your own Dockerfile (see the [`alpine` image description](https://hub.docker.com/_/alpine/) for examples of how to install packages if you are unfamiliar).
|
|
|
-
|
|
|
-# License
|
|
|
-
|
|
|
-View [license information](https://github.com/piwik/piwik/blob/master/LEGALNOTICE) for the software contained in this image.
|
|
|
-
|
|
|
-As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
|
|
|
-
|
|
|
-Some additional license information which was able to be auto-detected might be found in [the `repo-info` repository's `piwik/` directory](https://github.com/docker-library/repo-info/tree/master/repos/piwik).
|
|
|
-
|
|
|
-As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
|