# kali-docker
**Repository Path**: dimanche/kali-docker
## Basic Information
- **Project Name**: kali-docker
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-02-26
- **Last Updated**: 2025-02-26
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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
.
# Weekly updates
Docker images are updated weekly and pushed to the Docker Hub at
.
You can run those images with either Docker or Podman, at your convenience:
```
# Podman
podman run --rm -it kali-rolling
# Docker
docker run --rm -it kalilinux/kali-rolling
```
For more documentation, refer to:
*
*
# How to build those images
The easiest is probably to build via the GitLab infrastructure. All it takes is
to fork the GitLab repository, and let the CI/CD build it for you. Images are
rebuilt every time a commit is pushed, and can be found in the GitLab Registry
that is associated with your fork.
For those who prefer to build locally, there is the script `build.sh`. A good
starting point is `./build.sh -h`.