From 4fadcc1ee521eace56a0366ddcefdbadc5aa7b95 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Fri, 12 Feb 2016 22:42:31 -0600 Subject: [PATCH] Added link to Docker container --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0b2def1a..aa980307 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ Installation of gophish is dead-simple - just download and extract the zip conta To build gophish from source, simply run ```go get github.com/gophish/gophish``` and ```cd``` into the project source directory. Then, run ```go build```. After this, you should have a binary called ```gophish``` in the current directory. +### Docker +You can also use gophish via an unofficial Docker container [here](https://hub.docker.com/r/matteoggl/gophish/). + ###Setup After running the gophish binary, open an Internet browser to http://localhost:3333 and login with the default username (admin) and password (gophish).