Firstly, I'd like to extend my gratitude for the informative YouTube videos – they have been incredibly helpful. However, I've encountered an issue during the Docker build process. It seems that the 'iptadd-rules.sh' and 'iptdel-rules.sh' scripts are missing. These scripts are crucial for managing iptables rules within the container. Without them, there's an incomplete configuration, which could lead to issues with traffic routing or filtering.
Steps to Reproduce
Run the Docker build command: docker build -t [image-name] .
Notice that the build process does not include 'iptadd-rules.sh' and 'iptdel-rules.sh' files.
Description
Firstly, I'd like to extend my gratitude for the informative YouTube videos – they have been incredibly helpful. However, I've encountered an issue during the Docker build process. It seems that the 'iptadd-rules.sh' and 'iptdel-rules.sh' scripts are missing. These scripts are crucial for managing iptables rules within the container. Without them, there's an incomplete configuration, which could lead to issues with traffic routing or filtering.
Steps to Reproduce
docker build -t [image-name] .