Skip to content

maxju/Log4Pot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log4Pot-docker

Docker Image for Thomas Patzke's Log4Pot

Run Image as Container

Note: you will need to specify ports using -p ... and using the ARGUMENTS environment variable as shown above.

  • docker run maxju/log4pot -p 8080:8080 -e ARGUMENTS="--port 8080"

Run with HTTPS

If you want to use HTTPS you need to mount a certificate to /certs/cert.pem inside the container. The file will need to have both the private key and the fullchain in it.

  • docker run maxju/log4pot -v /path/to/certificate/file.pem:/certs/cert.pem -p 443:443 -e ARGUMENTS="--port S443"

Run with Configuration file

For configuration reference please see Log4Pot.

  • docker run maxju/log4pot -v /path/to/log4pot.conf:/app/log4pot.conf

Building this Image

Clone this repository

  1. git clone https://github.com/maxju/Log4Pot-docker.git
  2. cd Log4Pot-docker

Clone thomaspatzke's Log4Pot into Log4Pot-docker

  • git clone https://github.com/thomaspatzke/Log4Pot.git

Build Image

  • docker build .

About

Docker Image for Thomas Patzkes Log4Pot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published