update readme with docker instructions (#983)

This commit is contained in:
Michel Oosterhof 2019-01-15 11:57:58 +04:00 committed by GitHub
parent bdff9601ca
commit b9821e5c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -48,7 +48,13 @@ Docker
Docker versions are available.
* Run from Docker Hub with: ``docker pull cowrie/cowrie``
* To get started quickly and give Cowrie a try, run::
docker run -p 2222:2222 cowrie/cowrie
ssh -p 2222 root@localhost
* On Docker Hub: https://hub.docker.com/r/cowrie/cowrie
* Or get the Dockerfile directly at https://github.com/cowrie/docker-cowrie
Requirements