We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 653042c + 3b68f7e commit 06bf82cCopy full SHA for 06bf82c
1 file changed
tests/controller_test.go
@@ -45,6 +45,7 @@ func TestController(t *testing.T) {
45
err = dockercli.RunContainer(cli,
46
"--name", name,
47
"--rm",
48
+ "-v", "/var/run/fleet.sock:/var/run/fleet.sock",
49
"-p", port+":8000",
50
"-e", "EXTERNAL_PORT="+port,
51
"-e", "HOST="+host,
0 commit comments