- 단순 netstat만으로 bridge모드로 기동된 docker의 port를 체크할 수 없다
 - 그래서 아래와 같은 절차가 필요하다.
 
먼저 찾으려는 컨테이너의 port를 확인한다. (nomad로 배포되어 있는 컨테이너임)
nomad alloc status d78d5b32
ID                  = d78d5b32-00c3-5468-284a-8c201058c53a
Eval ID             = c6c9a1d9
Name                = 08_grafana.08_grafana[0]
Node ID             = e11b7729
Node Name           = slave1
Job ID              = 08_grafana
Job Version         = 0
Client Status       = running
Client Description  = Tasks are running
Desired Status      = run
Desired Description = <none>
Created             = 18h42m ago
Modified            = 2h36m ago
Allocation Addresses (mode = "bridge")
Label                   Dynamic  Address
*http                   yes      10.0.0.161:25546
*connect-proxy-grafana  yes      10.0.0.161:29382 -> 29382
21. 12. 16.약 5 분
