This is the official repository for the Cowrie SSH and Telnet Honeypot Docker effort. It contains Dockerfiles that you can use to build Cowrie Docker images.
If you want to map local directories into the docker image, you need to make sure that the direcories cowrie expects already exist, or it will start failing in a never-ending loop.
mkdir -p var/log/cowrie var/run
Cowrie is a medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker.