Can't understand docker iptables rule
When using docker, we start with a image. And I created a container with docker. docker run --name register -d -p 1180:5000 registry iptables rules can be listed by running iptables-save: # Gene...