Skip to content

Commit

Permalink
docs: link docs/managed-opt.md to client.Install
Browse files Browse the repository at this point in the history
Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
  • Loading branch information
davidhsingyuchen committed Mar 9, 2023
1 parent 31c9a66 commit 703e2ba
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 703e2ba

Please sign in to comment.