containerd/cmd/ctr
Brian Goff 1a10211e3f WithLease: always return context and done fn
We should never return a nil context because of the way this function is
typically used... e.g.

```
  ctx, done, err := containerd.WithLease(ctx)
```

If there is an error `ctx` will be nil and any error handling may cause
an NPE if it tries to use `ctx`.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-04-25 21:16:43 -07:00
..
app ctr: support $CONTAINERD_ADDRESS env var 2020-01-07 15:59:12 +09:00
commands WithLease: always return context and done fn 2020-04-25 21:16:43 -07:00
main.go Move manpage gen to separate binary 2019-09-12 14:19:00 -04:00