In this page I will be showcasing my shell scripts used to deploy docker containers. . .
Although my main intent was to create these deployable containers for malware analysis, feel free to ETHICALLY use these scripts and containers for your own purposes
NOTE: These containers are built to be disposed as soon as you exit the container or close the session with the container
Ensure that the downloaded .sh script has the appropriate Executable permissions
Check current file permissions
ls -la | grep file_name.sh
Set correct file permissions If Needed
chmod +x file_name.sh
