mirror of https://github.com/cowrie/cowrie.git
update readme with docker instructions (#983)
This commit is contained in:
parent
bdff9601ca
commit
b9821e5c05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue