diff --git a/install.go b/install.go index c3ea82384..a307960b8 100644 --- a/install.go +++ b/install.go @@ -32,7 +32,8 @@ import ( "github.com/containerd/containerd/images" ) -// Install a binary image into the opt service +// Install a binary image into the opt service. +// More info: https://github.com/containerd/containerd/blob/main/docs/managed-opt.md. func (c *Client) Install(ctx context.Context, image Image, opts ...InstallOpts) error { var config InstallConfig for _, o := range opts {