docs: link docs/managed-opt.md to client.Install
Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>
This commit is contained in:
parent
31c9a66385
commit
703e2ba4bc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user