Docker image for Metasploit Framework
Usage with my image:
$ docker run -d --name=postgres postgres:9.3
$ docker run -it --link postgres:db infoslack/metasploit
- The initial module cache will be built in the background, this can take 2-5 minutes.
If you want to generate the image:
$ git clone [email protected]:infoslack/sec-tools.git
$ cd sec-tools/metasploit
$ docker build -t metasploit .
Usage with docker-compose:
$ docker-compose up -d db
$ docker-compose up msf