Multi-arch build of Heralding Dockerfile
6.9K
Unofficial multi-arch build of johnnykv/heralding's Dockerfile.
The GitHub Action used to build this image is here: heralding-buildx.yml
Here is an example Docker command:
docker run -d --restart=unless-stopped \
--name=heralding \
-v /opt/honeypot/logs/log_session.json:/log_session.json \
-v /opt/honeypot/logs/log_session.csv:/log_session.csv \
-v /opt/honeypot/logs/log_auth.csv:/log_auth.csv \
-p 21:21 \
-p 22:22 \
-p 23:23 \
-p 25:25 \
-p 80:80 \
-p 110:110 \
-p 143:143 \
-p 443:443 \
-p 465:465 \
-p 993:993 \
-p 995:995 \
-p 1080:1080 \
-p 2222:2222 \
-p 3306:3306 \
-p 3389:3389 \
-p 5432:5432 \
-p 5900:5900 \
docker.io/heywoodlh/heralding:latest
Example usage with more details can be found here: How to Run a Honeypot
Content type
Image
Digest
sha256:4ee7e9c6d…
Size
58.7 MB
Last updated
26 days ago
docker pull heywoodlh/heralding