Merge pull request #1144 from darrenstahlmsft/distDefaultAddress
Set dist default address to containerd.DefaultAddress
This commit is contained in:
commit
0286739292
3
cmd/dist/main.go
vendored
3
cmd/dist/main.go
vendored
@ -6,6 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/containerd/containerd"
|
||||
namespaces2 "github.com/containerd/containerd/namespaces"
|
||||
"github.com/containerd/containerd/version"
|
||||
"github.com/urfave/cli"
|
||||
@ -58,7 +59,7 @@ distribution tool
|
||||
cli.StringFlag{
|
||||
Name: "address, a",
|
||||
Usage: "address for containerd's GRPC server",
|
||||
Value: "/run/containerd/containerd.sock",
|
||||
Value: containerd.DefaultAddress,
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "namespace, n",
|
||||
|
Loading…
Reference in New Issue
Block a user