Skip to content

GovCERT-CZ/docker-glastopf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-glastopf

This is Docker image for honeypot Glastopf (https://github.com/mushorg/glastopf).

Build docker image

$ git clone https://github.com/GovCERT-CZ/docker-glastopf
$ cd docker-glastopf
$ docker build -t <repository>/<name> .

Run docker container

make directory for honeypot data and download files to this directory
$ wget https://raw.githubusercontent.com/mushorg/glastopf/master/glastopf/glastopf.cfg.dist -O glastopf.cfg
update glastopf.cfg file with your settings
$ docker run [--name <container name>] [-d] -p 80:80  [-v <host path>:/opt/glastopf] <repository>/<name>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages