ouf / docker-kali

Kali Linux as a docker container.

Home Page:https://hub.docker.com/r/thomasleplus/kali

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://hub.docker.com/r/thomasleplus/kali

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%