Merge pull request #5337 from erictune/no_hostport_integ_test

Don't use hostPort in integration test.
This commit is contained in:
Victor Marmol 2015-03-11 16:00:11 -07:00
commit 7d53425bbc

View File

@ -13,7 +13,7 @@
"containers": [{
"name": "nginx",
"image": "dockerfile/nginx",
"ports": [{"containerPort": 80, "hostPort": 8080}]
"ports": [{"containerPort": 80}]
}]
}
},