Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroki Kamino committed May 12, 2019
1 parent 5a13cfa commit 1ed8204
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,20 @@ Distro | NCurses | GeoIP (opt) | Tokyo Cabinet (op

### Docker ###

**New!**: Docker image has been updated. This allows direct output from the access log.

If you only want to output the report, run as follows to get the result:

cat access.log | docker run --rm -i -e LANG=$LANG allinurl/goaccess -a -o html --log-format COMBINED > report.html

**This command uses the language set for this system.** If that does not support it will be output in English. [**Supported Language**](https://github.com/allinurl/goaccess/raw/master/po/LINGUAS)

**This image supports building on the ARM architecture.** (e.g. Raspberry Pi)

**Do you want to change the timezone?** Copy the timezone configuration file in `tzdata.tar.xz` to `/etc/localtime`.

---

**Note**: The following example assumes you will store your GoAccess data below
``/srv/goaccess``, but you can use a different prefix if you like or if you run
as non-root user.
Expand Down

0 comments on commit 1ed8204

Please sign in to comment.