Skip to content

CyberSocYork/live-build-docker

 
 

Repository files navigation

A Docker Container for Building Custom Kali ISOs

How to Use

First clone this repository and all the submodules

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

Once the repository has been cloned you can make any changes within the variant-cybersoc 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.6%
  • Dockerfile 40.4%