karthequian / docker-gruyere

A dockerized version of the gruyere project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

This project is a Dockerfile that build the Gruyere project into a container that can be run on your local machine without having to install its dependencies. To run this, you'll need to have Docker installed.

Usage

You can pull this image from dockerhub using:

docker pull karthequian/gruyere:latest

You can run this image as follows:

docker run -d -p 8008:8008 karthequian/gruyere

In your web browser, visit port :8008 on your docker host, and you'll see the gruyere webapp.

Happy security testing!

About

A dockerized version of the gruyere project


Languages

Language:Dockerfile 100.0%