1N3/Sn1per

[Feat] Separate Docker Compose files

AnonymousWP opened this issue · 0 comments

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.