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:
Guillaume Tardif 2020-10-01 13:29:25 +02:00 committed by GitHub
commit 9d69417fc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -363,9 +363,9 @@ func TestContainerRunAttached(t *testing.T) {
"--restart", "on-failure",
"--memory", "0.1G", "--cpus", "0.1",
"-p", "80:80",
"nginx",
"--domainname",
dnsLabelName,
"nginx",
)
followLogsProcess = icmd.StartCmd(cmd)