diff --git a/src/test/kotlin/com/atlassian/performance/tools/infrastructure/api/DockerInfrastructure.kt b/src/test/kotlin/com/atlassian/performance/tools/infrastructure/api/DockerInfrastructure.kt index 8ccb4f11..9f0ecf6f 100644 --- a/src/test/kotlin/com/atlassian/performance/tools/infrastructure/api/DockerInfrastructure.kt +++ b/src/test/kotlin/com/atlassian/performance/tools/infrastructure/api/DockerInfrastructure.kt @@ -85,7 +85,7 @@ internal class DockerInfrastructure : Infrastructure { HostConfig() .withPublishAllPorts(true) .withPrivileged(true) - .withBinds(Bind("/var/run/docker.sock", Volume("/var/run/docker.sock"))) +// .withBinds(Bind("/var/run/docker.sock", Volume("/var/run/docker.sock"))) // .withMounts( // Mount() // .withSource("/var/run/docker.sock")