This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
k3s
Watch
1
Star
0
Fork
0
You've already forked k3s
mirror of
https://github.com/k3s-io/k3s.git
synced
2024-06-07 19:41:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
674a05478f
k3s
/
cmd
/
ctr
/
main.go
8 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
Add crictl
2019-02-08 04:08:10 +00:00
package
main
[master] changing package to k3s-io (#4846) * changing package to k3s-io Signed-off-by: Luther Monson <luther.monson@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
2022-03-02 23:47:27 +00:00
import
"github.com/k3s-io/k3s/pkg/ctr"
Add crictl
2019-02-08 04:08:10 +00:00
func
main
(
)
{
Build & enable ctr with k3s server
2019-06-30 16:30:25 +00:00
ctr
.
Main
(
)
Add crictl
2019-02-08 04:08:10 +00:00
}
Reference in New Issue
Copy Permalink