Skip to content

This repository contains the necessary files to build a Docker image for running Kali Linux ARM64 with a graphical user interface (GUI) in a container on ARM64 architecture.

License

Notifications You must be signed in to change notification settings

naoNao89/kali-linux-arm64-docker-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kali Linux ARM64 Docker with GUI

This repository contains files to build a Docker image for running Kali Linux ARM64 in a container with GUI on ARM64 architecture.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

To build and run the Docker image, you'll need:

  • Docker installed on your system

Building the Docker Image

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 .

Running the Docker Container

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

Contributing

Contributions are welcome! Please feel free to submit a pull request with any improvements or fixes.

License

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.

About

This repository contains the necessary files to build a Docker image for running Kali Linux ARM64 with a graphical user interface (GUI) in a container on ARM64 architecture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published