This repository contains files to build a Docker image for running Kali Linux ARM64 in a container with GUI on ARM64 architecture.
These instructions will get you a copy of the project up and running on your local machine.
To build and run the Docker image, you'll need:
- Docker installed on your system
To build the Docker image, navigate to the directory containing the Dockerfile and run the following command in the terminal:
docker build -t kali-linux-arm64 .
After successfully building the Docker image, you can run a container based on that image using the following command:
docker run -it --rm kali-linux-arm64
Contributions are welcome! Please feel free to submit a pull request with any improvements or fixes.
This project is licensed under the MIT License.
This version explicitly states that the Dockerfile should be located in the same directory where the Docker image is built.