Merge pull request #8240 from davidhsingyuchen/client-install-doc

docs: link docs/managed-opt.md to client.Install
This commit is contained in:
Derek McGowan 2023-03-09 10:24:20 -08:00 committed by GitHub
commit 216801593d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {