Commit 7d53425b authored by Victor Marmol's avatar Victor Marmol

Merge pull request #5337 from erictune/no_hostport_integ_test

Don't use hostPort in integration test.
parents ea220d44 1a2da5b8
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"containers": [{ "containers": [{
"name": "nginx", "name": "nginx",
"image": "dockerfile/nginx", "image": "dockerfile/nginx",
"ports": [{"containerPort": 80, "hostPort": 8080}] "ports": [{"containerPort": 80}]
}] }]
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment