Sign inSign up

etelej/goaccess

By etelej

Updated over 9 years ago

GoAccess Docker image

Image
0

1.0K

etelej/goaccess repository overview

GoAccess Docker Image

GoAccess is an excellent terminal-based log analyzer.

Use the Official docker image: allinurl/goaccess.

Basic Usage

Assuming goaccess.conf and access.log are in current working directory

docker run --rm -v "$PWD":/cwd -v "$PWD"/goaccess.conf:/usr/local/etc/goaccess.conf:ro \
etelej/goaccess /cwd/access.log -o /cwd/stats.html --real-time-html

Tag summary

Content type

Image

Digest

Size

51.4 MB

Last updated

over 9 years ago

docker pull etelej/goaccess