Docker image using kali-linux, with the kali-linux-web metapackage installed.
285
This is the Vagrant and Docker build folder for the "kali-linux-web" toolset.
# build and launch with Vagrant
vagrant up
# build in Docker
docker build --force-rm --no-cache=true -t apolloclark/kali-linux-web-cli .
# launch with Docker
docker run -dit diamonds/kali-linux-web-cli
# attach to the running Bash instance
docker attach $(docker ps -qf "ancestor=apolloclark/kali-linux-web-cli" | tail -n +2 | cut -f 1)
Content type
Image
Digest
Size
3.1 GB
Last updated
over 9 years ago
docker pull apolloclark/kali-linux-web-cli