Skip to content
ElJeffe edited this page Nov 12, 2019 · 13 revisions

RootTheBox comes included with an easy to use docker-compose configuration intended for development use.

Preliminary

This assumes you have Git, Docker and docker-compose installed.

Clone RootTheBox

  1. Clone the Github repo, git clone git://github.com/moloch--/RootTheBox.git
  2. Switch into the repo directory, cd RootTheBox

Run RootTheBox

docker-compose -f docker-compose.dev.yml up
Clone this wiki locally