Docker image containing GOPHISH that is compatible to the Raspberry Pi.
make build
make version
- First, use a
docker login
with username, password and email address - Second, push Docker Image to the official Docker Hub
make push
docker run -d -P --expose 3333 --expose 80 -e "ADMIN_ADDR=0.0.0.0" -e "ADMIN_PORT=3333" -e "PHISH_ADDR=0.0.0.0" -e "PHISH_PORT=80" -e "DB_PATH=data/gophish.db" -v ${HOME}/docker/data/gophish:/opt/gophish/data dellarte/rpi-gophish