Skip to content

suchsoak/Docker-Files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Scripts License

🐳 Dockerfiles & Hacker Scripts

Ready-to-use Docker images and scripts to make your life easier, with hacking tools, programming languages, and much more.


✨ Highlights

  • 🔎 Hacker Tools: Scripts to install nmap, aircrack-ng, and other pentest tools.
  • 💻 Programming Environments: Dockerfiles for popular languages.
  • 🛠️ Automation: Handy scripts to speed up your setup.
  • 📦 Optimized Images: Based on best practices and inspired by jessfraz's work.

🚀 How to Use

Step-by-step to run the Dockerfiles
  1. Clone the repository:
    git clone https://github.com/your-username/dockerfiles-hacker.git
    

cd dockerfiles-hacker

  1. Build the desired image:

    docker build -f  -t  .
  2. Use the Makefile for convenience:

    make
  3. Clean up old images (optional):

    docker system prune -a

📜 Script Examples

  • Quickly install hacking tools.
  • Set up isolated development environments.
  • Automate repetitive tasks.

💡 Tips

  • Check out the amazing work by jessfraz for more inspiration!
  • New scripts and Dockerfiles will be added over time. Stay tuned!

📄 License

This project is under the MIT license.
License: MIT


Made with 🐳 and a passion for automation.