


Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Mon 13:45:50 EST 1min 10s ago

Next, add the Debian (Kali is Debian based) Docker repository using the command below.sudo apt -y install apt-transport-https ca-certificates curl software-properties-common Run the following command to install the required packages.Once you have all the requirements in place They will be updated as I learn more or change the process.Check the requirements for installing Docker Desktop before you can proceed. These notes are kind of rough and based on much of my exploration. $ docker run -t -i kalilinux/kali-rolling /bin/bash Tooling (that I still need to explore in more detail) The steps from this point forward should be re-run each time you start Kali Linux in this Docker Container (the run command below). # apt-get update & apt-get install metasploit-framework $ docker run -ti -rm -v /Users/bob.fornal/Projects/pentest/root:/root -v /Users/bob.fornal/Projects/pentest/postgres:/var/lib/postgresql kalilinux/kali-rolling /bin/bash Here are the abbreviated notes I put together. THIS ARTICLE IS INTENDED PRIMARILY FOR MYSELF. With some quick searching I found that they already had Kali Linux dockerized. I was thinking of setting up a machine to explore when a co-worker mentioned building a Docker Container with Kali Linux inside it. Kali Linux was mentioned and I started looking at what this meant.
