mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 03:19:34 +00:00
Merge pull request #591 from erikwilson/add-ctr
Build & enable ctr with k3s server
This commit is contained in:
11
pkg/cli/ctr/ctr.go
Normal file
11
pkg/cli/ctr/ctr.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package ctr
|
||||
|
||||
import (
|
||||
"github.com/rancher/k3s/pkg/ctr"
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
func Run(ctx *cli.Context) error {
|
||||
ctr.Main()
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user