From 703e2ba4bcc33b0ffd450affd4ff8ea9394ac806 Mon Sep 17 00:00:00 2001 From: "Hsing-Yu (David) Chen" Date: Wed, 8 Mar 2023 17:55:14 -0800 Subject: [PATCH] docs: link docs/managed-opt.md to client.Install Signed-off-by: Hsing-Yu (David) Chen --- install.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {