Coder Social home page Coder Social logo

ro9ueadmin / dradis-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zuazo/dradis-docker

0.0 0.0 0.0 15 KB

A Docker image with Dradis: A collaboration and reporting platform for IT security experts.

Home Page: https://hub.docker.com/r/zuazo/dradis/

License: Apache License 2.0

Ruby 80.54% Shell 19.46%

dradis-docker's Introduction

Dradis Docker Container

GitHub ImageLayers Size Docker Repository on Quay.io Build Status

A Docker image with Dradis.

Supported Tags and Respective Dockerfile Links

What Is Dradis?

From its own website:

The Dradis Framework is an open-source collaboration and reporting platform for IT security experts.

Dradis is a self-contained web application that provides a centralized repository of information to keep track of everything that has been done so far, and what is still ahead.

How to Use This Image

Download the Image
$ docker pull zuazo/dradis
Create a Directory to Store the Database Data
$ mkdir -p dbdata/
Run Dradis

You need to set the /dbdata volume path:

$ docker run \
    --publish 3000:3000 \
    --volume "$(pwd)/dbdata:/dbdata" \
  zuazo/dradis

You can now open http://127.0.0.1:3000/ to access Dradis.

Build from Sources

Instead of installing the image from Docker Hub, you can build the image from sources if you prefer:

$ git clone https://github.com/zuazo/dradis-docker dradis
$ cd dradis
$ docker build -t zuazo/dradis .

Exposed TCP/IP Ports

  • 3000: Dradis application HTTP port.

Environment Variables Used at Runtime

  • SECRET_KEY_BASE: Randomized string which is used to verify the integrity of signed cookies (randomly generated by default). See here.

You can change them using docker run -e [...] or in your Dockerfile, using the ENV instruction.

Read-only Environment Variables Used at Build Time

  • DRADIS_VERSION: Dradis version to install (3.0.0.rc1).
  • RAILS_ENV: Rails environment (production).

The docker working directory is set to the main Dradis directory (/opt/dradis).

License and Author

Author: Xabier de Zuazo ([email protected])
Copyright: Copyright (c) 2016
License: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

dradis-docker's People

Contributors

zuazo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.