컨테이너간 통신(네트워크) - 실습
port-forwarding
container port를 외부로 노출시켜 외부 연결 허용
ipdables rule을 통한 포트 노출
-p hostPort:constgainerPort
-p containerPort
-P
docker run --name web -d **-p 80:80** nginx:1.14 iptables -t net -L -n -v