mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Fix ACI e2e : now we support passing commands, set --domainname
before the image in the cmd
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
0ac5ce6a76
commit
7941e048a1
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user