This command uses the language set for this system. If that does not support it will be output in English. Supported Language
This image supports building on the ARM architecture (e.g. Raspberry Pi)
Do you want to change the timezone? Use the -e option to pass the time-zone setting to Docker. (e.g. -e TZ="America/New_York")
The container is built with geo-location support (see the manual). To enable the respective panel, mount the geolocation database using -v /path/to/GeoLite2-City.mmdb:/GeoLite2-City.mmdb and specify --geoip-database /GeoLite2-City.mmdb when running GoAccess.
If you made changes to the config file after building the image, you don't have to rebuild from scratch. Simply restart the container:
docker restart goaccess
docker stop goaccess
docker rm goaccess
docker stop goaccess
docker rm goaccess
docker rmi moese/goaccess
A Docker image has been updated, capable of directing output from an access log. If you only want to output a report, you can pipe a log from the external environment to a Docker-based process:
cat access.log | docker run --rm -i -e LANG=$LANG allinurl/goaccess -a -o report.html --log-format COMBINED -
OR real-time
tail -F access.log | docker run -p 7890:7890 --rm -i -e LANG=$LANG allinurl/goaccess -a -o report.html --log-format COMBINED --real-time-html -
Content type
Image
Digest
sha256:5bc6ea4ff…
Size
487.7 MB
Last updated
almost 3 years ago
docker pull moese/goaccess:1.8.1-arm