Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated docker section.
  • Loading branch information
allinurl authored Nov 26, 2024
1 parent 9258629 commit 85978ae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,6 @@ Download, extract and compile GoAccess with:
$ make
# make install

#### Build in isolated container

You can also build the binary for Debian based systems in an isolated container environment to prevent cluttering your local system with the development libraries:

$ curl -L "https://github.com/allinurl/goaccess/archive/refs/heads/master.tar.gz" | tar -xz && cd goaccess-master
$ docker build -t goaccess/build.debian-12 -f Dockerfile.debian-12 .
$ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-12 > goaccess

### Distributions ###

It is easiest to install GoAccess on GNU+Linux using the preferred package manager
Expand Down Expand Up @@ -225,6 +217,14 @@ OR real-time

You can read more about using the docker image in [DOCKER.md](https://github.com/allinurl/goaccess/blob/master/DOCKER.md).

##### Build in isolated container

You can also build the binary for Debian based systems in an isolated container environment to prevent cluttering your local system with the development libraries:

$ curl -L "https://github.com/allinurl/goaccess/archive/refs/heads/master.tar.gz" | tar -xz && cd goaccess-master
$ docker build -t goaccess/build.debian-12 -f Dockerfile.debian-12 .
$ docker run -i --rm -v $PWD:/goaccess goaccess/build.debian-12 > goaccess

## Storage ##

#### Default Hash Tables ####
Expand Down

0 comments on commit 85978ae

Please sign in to comment.