1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
7.99k stars 1.84k forks source link

[Feat] Separate Docker Compose files #416

Closed AnonymousWP closed 1 year ago

AnonymousWP commented 1 year ago

At the moment, when running docker compose up, it'll build both the Dockerfile (which runs Kali Linux) and BlackArch. Building both (while only using one of the two) results in a very long build time.

[+] Building 1872.1s (12/12) FINISHED

To solve this, have two Docker Compose files which you can specify with the -f flag.