I installed docker-ce and running a container listen 0.0.0.0:1080:80
ss -tlunp | grep 1080
the 2680 is listened by one service is work but 1080 used by docker container not accessable from anoter node
docker ps -a
ss -tlunp | grep 1080
Code:
root@pve:/opt/speedtest# ss -aon | grep 1080
tcp LISTEN 0 4096 0.0.0.0:1080 0.0.0.0:*
root@pve:/opt/speedtest# ss -aon | grep 2680
tcp LISTEN 0 128 0.0.0.0:2680 0.0.0.0:*
tcp ESTAB 0 0 192.168.0.2:2680 192.168.0.4:55716
the 2680 is listened by one service is work but 1080 used by docker container not accessable from anoter node
docker ps -a
0.0.0.0:1080->80/tcp