/kali-linux-docker

Kali Linux Docker

Primary LanguageDockerfile

Official Kali Linux Docker

This Kali Linux Docker image provides a minimal base install of the latest version of the Kali Linux Rolling Distribution. There are no tools added to this image, so you will need to install them yourself. For details about Kali Linux metapackages, check https://www.kali.org/news/kali-linux-metapackages/

REQUIRES EXPERIMENTAL TO BE TURNED ON

Due to --squash being passed to the docker daemon, if experimental features aren't turned on in your daemon, the build.sh script will fail.

On Kali, this is done via /etc/docker/daemon.json having the following contents:

{
    "experimental": true
}

Mon Oct 29 16:57:47 EDT 2018