Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 817 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 817 Bytes

docker-seasponge

Docker image to run Mozilla SeaSponge threat modeling tool

Introduction

Mozilla SeaSponge is an accessible web-based threat modeling tool developed for Mozilla Winter of Security 2014.

This Dockerfile can create a container that hosts SeaSponge locally.

Contributing

You can contribute to this image by sending pull requests with your features and bug fixes.

Quick start

The most basic usage of this image:

docker run --rm --name seasponge -p 9100:9000 stuffy/seasponge

You can now access Seasponge from your browser at 127.0.0.1:9100

To pull the newest SeaSponge code from github:

docker run --rm --name seasponge -p 9100:9000 -e SPONGE_UPDATE=true stuffy/seasponge