diff --git a/worker/docker/docker.go b/worker/docker/docker.go index a4997891..fc7a94b2 100644 --- a/worker/docker/docker.go +++ b/worker/docker/docker.go @@ -211,7 +211,6 @@ func createContainer(cli *client.Client, name, image, dir string, cmd []string, mounts := []mount.Mount{ {Type: mount.TypeBind, Source: path.Join(dir), Target: "/build"}, - {Type: mount.TypeBind, Source: "/var/run/docker.sock", Target: "/var/run/docker.sock"}, } return cli.ContainerCreate(context.Background(), &container.Config{