We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2f15a2 + fbe7efa commit 57c08ecCopy full SHA for 57c08ec
1 file changed
builder/tests/builder_test.go
@@ -22,7 +22,7 @@ func runDeisBuilderTest(
22
"--rm",
23
"-p", servicePort+":22",
24
"-e", "PUBLISH=22",
25
- "-e", "STORAGE_DRIVER=devicemapper",
+ "-e", "STORAGE_DRIVER=aufs",
26
"-e", "HOST="+utils.GetHostIPAddress(),
27
"-e", "ETCD_PORT="+etcdPort,
28
"-e", "PORT="+servicePort,
0 commit comments