netstat -nlp |grep docker-proxy|awk '{print $4}'|sort
netstat
-nlp |
grep
docker-proxy|
awk
'{print $4}'
|
sort