Skip to content

Commit

Permalink
Merge pull request #8240 from davidhsingyuchen/client-install-doc
Browse files Browse the repository at this point in the history
docs: link docs/managed-opt.md to client.Install
  • Loading branch information
dmcgowan committed Mar 9, 2023
2 parents 8cc09e6 + 703e2ba commit 2168015
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2168015

Please sign in to comment.