Use unix-socket as communication channel
Signed-off-by: Alexander Morozov <lk4d4@docker.com> Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Conflicts: ctr/container.go
This commit is contained in:
parent
e16dfc36a5
commit
ca4191ce41
6 changed files with 47 additions and 21 deletions
|
@ -28,9 +28,9 @@ func main() {
|
|||
Usage: "enable debug output in the logs",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "addr",
|
||||
Value: "http://localhost:8888",
|
||||
Usage: "address to the containerd api",
|
||||
Name: "address",
|
||||
Value: "/run/containerd/containerd.sock",
|
||||
Usage: "address of GRPC API",
|
||||
},
|
||||
}
|
||||
app.Commands = []cli.Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue