We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a262516 + d925056 commit 4e5934eCopy full SHA for 4e5934e
1 file changed
controller/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