Go to file
superUser 3ab09941f8 newContainer 2023-08-11 23:09:07 -04:00
Standalone_log2html 2023_07_23_1690126123 2023-07-23 11:28:43 -04:00
exPy newContainer 2023-08-11 23:09:07 -04:00
log2html Added sample files 2023-07-21 13:24:56 -04:00
pylog2html Added Docs 2023-07-21 21:05:58 -04:00
.gitignore 2023_07_21_1689960747 2023-07-21 13:32:27 -04:00
README.md Docs Update 2023-07-21 21:11:20 -04:00

README.md

Repo with info about Containers

log2html

  • DEPRICATED. Moved to pylog2html

pylog2html

  • Uses the python docker image to convert nginx data to plot
  • Uses 'ip2asn-v4.tsv' graciously obtained from https://iptoasn.com/

Building

git clone Repo
sudo docker-compose up --force-recreate --build --remove-orphans -d
sudo docker tag <HASH> {Domain}/{username}/{image_name}:{version_id}

Pushing

sudo docker push {Domain}/{username}/{image_name}:{version_id}

Pulling

sudo docker pull {Domain}/{username}/{image_name}:{version_id}