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