Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
对于传入连接,只向特定Docker容器提供一个IP访问权限_Docker_Containers_Ip_Iptables_Restriction - Fatal编程技术网

对于传入连接,只向特定Docker容器提供一个IP访问权限

对于传入连接,只向特定Docker容器提供一个IP访问权限,docker,containers,ip,iptables,restriction,Docker,Containers,Ip,Iptables,Restriction,任何人都得到了一些关于如何将传入流量限制到某个docker容器的建议。 docker容器应该能够与web通信,但只有特定的ip才能向其发送请求 MYIP->Docker容器->外部源->Docker容器->MYIP 有人知道怎么做吗

任何人都得到了一些关于如何将传入流量限制到某个docker容器的建议。 docker容器应该能够与web通信,但只有特定的ip才能向其发送请求

MYIP->Docker容器->外部源->Docker容器->MYIP

有人知道怎么做吗