mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
Merge pull request #708 from docker/fix_aci_e2e
Fix ACI e2e : now we support passing commands, set `--domainname` before the image in the cmd
This commit is contained in:
commit
9d69417fc7
@ -363,9 +363,9 @@ func TestContainerRunAttached(t *testing.T) {
|
|||||||
"--restart", "on-failure",
|
"--restart", "on-failure",
|
||||||
"--memory", "0.1G", "--cpus", "0.1",
|
"--memory", "0.1G", "--cpus", "0.1",
|
||||||
"-p", "80:80",
|
"-p", "80:80",
|
||||||
"nginx",
|
|
||||||
"--domainname",
|
"--domainname",
|
||||||
dnsLabelName,
|
dnsLabelName,
|
||||||
|
"nginx",
|
||||||
)
|
)
|
||||||
followLogsProcess = icmd.StartCmd(cmd)
|
followLogsProcess = icmd.StartCmd(cmd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user