Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 753 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 753 Bytes

A Docker Container for Building Custom Kali ISOs

How to Use

First clone this repository and all the submodules

git clone [email protected]:Xychic/live-build-docker.git --recurse-submodules

Once the repository has been cloned you can make any changes within the variant-custom directory

The docker container that will host the creation of the ISO can be created

./BuildContainer.sh

If you want to get a shell within the container

./EnterContainer.sh

Or if you just want to run the default build command

./BuildImage.sh

When the container is running, you can check that the apt-caching is working correctly by looking at the apt-cacher-ng logs

./SeeCacheAccess.sh