{"id":21745153,"url":"https://github.com/zuazo/dradis-docker","last_synced_at":"2025-04-13T05:12:23.427Z","repository":{"id":152868898,"uuid":"52632967","full_name":"zuazo/dradis-docker","owner":"zuazo","description":"A Docker image with Dradis: A collaboration and reporting platform for IT security experts.","archived":false,"fork":false,"pushed_at":"2024-04-09T11:19:05.000Z","size":14,"stargazers_count":12,"open_issues_count":0,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T22:05:17.037Z","etag":null,"topics":["devops","docker","dradis","minimal","repository","security"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zuazo/dradis/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zuazo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-02-26T21:11:02.000Z","updated_at":"2024-06-23T13:07:20.000Z","dependencies_parsed_at":"2023-05-03T19:13:09.001Z","dependency_job_id":null,"html_url":"https://github.com/zuazo/dradis-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuazo%2Fdradis-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuazo%2Fdradis-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuazo%2Fdradis-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuazo%2Fdradis-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zuazo","download_url":"https://codeload.github.com/zuazo/dradis-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665743,"owners_count":21142123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","docker","dradis","minimal","repository","security"],"created_at":"2024-11-26T07:13:46.854Z","updated_at":"2025-04-13T05:12:23.406Z","avatar_url":"https://github.com/zuazo.png","language":"Ruby","readme":"### Dradis Docker Container\n\n[![GitHub](http://img.shields.io/badge/github-zuazo/dradis--docker-blue.svg?style=flat)](https://github.com/zuazo/dradis-docker) [![ImageLayers Size](https://img.shields.io/imagelayers/image-size/zuazo/dradis/latest.svg)](https://imagelayers.io/?images=zuazo/dradis:latest) [![Docker Repository on Quay.io](https://quay.io/repository/zuazo/dradis/status \"Docker Repository on Quay.io\")](https://quay.io/repository/zuazo/dradis) [![Build Status](http://img.shields.io/travis/zuazo/dradis-docker.svg?style=flat)](https://travis-ci.org/zuazo/dradis-docker)\n\nA [Docker](https://www.docker.com/) image with [Dradis](https://dradis.com/ce/).\n\n### Supported Tags and Respective `Dockerfile` Links\n\n* `latest` ([*/Dockerfile*](https://github.com/zuazo/dradis-docker/tree/master/Dockerfile))\n\n#### What Is Dradis?\n\nFrom [its own website](https://dradis.com/ce/):\n\n*The Dradis Framework is an open-source collaboration and reporting platform for IT security experts.*\n\n*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.*\n\n#### How to Use This Image\n\n##### Download the Image\n\n    $ docker pull zuazo/dradis\n\n##### Create a Directory to Store the Database Data\n\n    $ mkdir -p dbdata/\n\n##### Run Dradis\n\nYou need to set the `/dbdata` volume path:\n\n    $ docker run \\\n        --publish 3000:3000 \\\n        --volume \"$(pwd)/dbdata:/dbdata\" \\\n      zuazo/dradis\n\nYou can now open [http://127.0.0.1:3000/](http://127.0.0.1:3000/) to access Dradis.\n\n#### Build from Sources\n\nInstead of installing the image from Docker Hub, you can build the image from sources if you prefer:\n\n    $ git clone https://github.com/zuazo/dradis-docker dradis\n    $ cd dradis\n    $ docker build -t zuazo/dradis .\n\n#### Exposed TCP/IP Ports\n\n* `3000`: Dradis application HTTP port.\n\n#### Environment Variables Used at Runtime\n\n* `SECRET_KEY_BASE`: Randomized string which is used to verify the integrity of signed cookies (randomly generated by default). See [here](http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml).\n\nYou can change them using `docker run -e [...]` or in your *Dockerfile*, using the `ENV` instruction.\n\n#### Read-only Environment Variables Used at Build Time\n\n* `DRADIS_VERSION`: Dradis version to install (`3.0.0.rc1`).\n* `RAILS_ENV`: Rails environment (`production`).\n\nThe docker working directory is set to the main Dradis directory (`/opt/dradis`).\n\n### License and Author\n\n|                      |                                          |\n|:---------------------|:-----------------------------------------|\n| **Author:**          | [Xabier de Zuazo](https://github.com/zuazo) (xabier@zuazo.org)\n| **Copyright:**       | Copyright (c) 2016\n| **License:**         | Apache License, Version 2.0\n\n```\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuazo%2Fdradis-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzuazo%2Fdradis-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuazo%2Fdradis-docker/lists"}