Skip to content

lpu/docker-kali

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kali

Kali Linux as a docker container.

Docker Build Docker Stars Docker Pulls Docker Automated Docker Build Docker Version

Mac/Linux

docker run -t --user="$(id -u):$(id -g)" -v "$(pwd):/tmp" thomasleplus/kali

Add the --rm option if you want to discard the container when you exit it.

Windows

In cmd:

docker run -t -v "%cd%:/tmp" thomasleplus/kali

In PowerShell:

docker run --rm -t -v "${PWD}:/tmp" thomasleplus/kali

Add the --rm option if you want to discard the container when you exit it.

Request new tool

Please use this link (GitHub account required) to request that a new tool be added to the image. I am always interested in adding new capabilities to these images.

About

Kali Linux as a docker container.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%