https://github.com/kost/docker-cowrie
A Docker container for Cowrie - SSH honeypot based on kippo
https://github.com/kost/docker-cowrie
Last synced: about 1 year ago
JSON representation
A Docker container for Cowrie - SSH honeypot based on kippo
- Host: GitHub
- URL: https://github.com/kost/docker-cowrie
- Owner: kost
- License: mit
- Created: 2015-06-01T04:21:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-01T04:37:46.000Z (about 11 years ago)
- Last Synced: 2025-04-14T04:08:36.409Z (over 1 year ago)
- Language: Shell
- Size: 133 KB
- Stars: 10
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k0st/cowrie
A Docker container for Cowrie - SSH honeypot based on kippo. Minimal image (102.2 MB).
Image is based on the [gliderlabs/alpine](https://registry.hub.docker.com/u/gliderlabs/alpine/) base image.
## Docker usage
```
docker run k0st/cowrie
```
## Examples
```
docker run --restart=on-failure:10 -p 2222:2222 k0st/cowrie
```
```
docker run --restart=always -p 22:2222 k0st/cowrie
```