Sign inSign up

moese/goaccess

By moese

•Updated almost 3 years ago

goaccess amd arm

Image
0

284

moese/goaccess repository overview

⁠Docker image features

  • 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
  • If you had already run the container, you may have to stop and remove it first:
    docker stop goaccess
    docker rm goaccess
  • The container and image can be completely removed as follows:
    docker stop goaccess
    docker rm goaccess
    docker rmi moese/goaccess

⁠Docker

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 -

Tag summary

Content type

Image

Digest

sha256:5bc6ea4ff…

Size

487.7 MB

Last updated

almost 3 years ago

docker pull moese/goaccess:1.8.1-arm