Glastopf web application honeypot in a Docker container based on alpine linux.
- GitHub @ kTitan/docker-alpine-glastopf
- GitHub @ mushorg/glastopf
- Docker @ ktitan/glastopf
A short list with some of the current available glastopf docker images with their sizes
The Image is available as an automated build on docker hub.
docker pull ktitan/glastopf
If you want to build the image on your own, here is an example for that.
docker build -t ktitan/glastopf:latest .
docker run -d -p 80:80 -v /data/glastopf:/opt/myhoneypot --name glastopf ktitan/glastopf