Run Kali Linux On A Docker Container

nstall and run the docker desktop app.

Then install Kali Linux from the official repo, and run the code below:

docker pull kalilinux/kali-rolling

Once this process is over, create a Kali container by this command:

docker run -ti kalilinux/kali-rolling /bin/bash

We are done.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.