File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/lima-vm/lima/pkg/limayaml"
11
11
)
12
12
13
- // NerdctlArchive returns the basename of the archive
13
+ // NerdctlArchive returns the basename of the archive.
14
14
func NerdctlArchive (y * limayaml.LimaYAML ) string {
15
15
if * y .Containerd .System || * y .Containerd .User {
16
16
for _ , f := range y .Containerd .Archives {
@@ -22,6 +22,8 @@ func NerdctlArchive(y *limayaml.LimaYAML) string {
22
22
return ""
23
23
}
24
24
25
+ // EnsureNerdctlArchiveCache prefetches the archive into the cache.
26
+ //
25
27
// EnsureNerdctlArchiveCache prefetches the nerdctl-full-VERSION-GOOS-GOARCH.tar.gz archive
26
28
// into the cache before launching the hostagent process, so that we can show the progress in tty.
27
29
// https://github.com/lima-vm/lima/issues/326
You can’t perform that action at this time.
0 commit comments