<aside> 💡 Estimated Time TBD
</aside>
Deploy and customize a docker container
Official Ansible documentation
Docker run is the simplest way to get started with Docker. Lets use docker run
a little and get an idea of what we can do with docker.
Run the following command to get an interactive session with Kali.
docker run --tty --interactive kalilinux/kali-rolling /bin/bash
Docker Interactive Kali
One command and we have a full Kali terminal. No long install and you can run or install anything we would normally install with Kali. This is useful and simple, but let's kick it up a little.