customed kali linux docker image. Add sshd, oh-my-zsh and etc.
878
This Kali is a custom kali . I add a
-[ ]: set default root password
You could change the Dockerfile-custom and add the following meta packet .
For details about Kali Linux metapackages, check https://www.kali.org/news/kali-linux-metapackages/β
ππππππππππππ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/β
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
}
Note: This is only a requirement for us at Offensive Security to reduce the image size when we push a new image to Docker Hub.
If you're building for personal use, you can remove the --squash option in build.sh
Mon Sep 2 16:14:06 EDT 2019
Content type
Image
Digest
Size
2.5 GB
Last updated
about 7 years ago
docker pull imakar/kali