We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a457995 commit 9c7a403Copy full SHA for 9c7a403
cmd/containerd-stress/main.go
@@ -29,6 +29,7 @@ import (
29
"time"
30
31
containerd "github.com/containerd/containerd/v2/client"
32
+ "github.com/containerd/containerd/v2/defaults"
33
"github.com/containerd/containerd/v2/integration/remote"
34
"github.com/containerd/containerd/v2/pkg/namespaces"
35
"github.com/containerd/containerd/v2/plugins"
@@ -137,7 +138,7 @@ func main() {
137
138
&cli.StringFlag{
139
Name: "address",
140
Aliases: []string{"a"},
- Value: "/run/containerd/containerd.sock",
141
+ Value: defaults.DefaultAddress,
142
Usage: "Path to the containerd socket",
143
},
144
&cli.IntFlag{
0 commit comments