Created
April 10, 2020 11:10
-
-
Save Nav-Appaiya/1737ae223c42f86a9ba3acb83548af17 to your computer and use it in GitHub Desktop.
docker pull kalilinuxkali-linux-docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # pull kali docker image | |
| docker pull kalilinux/kali-linux-docker | |
| # run kali docker image | |
| docker run --name kali_linux --net="host" --privileged -e DISPLAY=$DISPLAY -it -v /tmp/.X11-unix:/tmp/.X11-unix kalilinux/kali-linux-docker /bin/bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment