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
a82ac4fdc7
k3s
/
cmd
/
ctr
/
main.go
8 lines
83 B
Go
Raw
Normal View
History
Unescape
Escape
Add crictl
2019-02-08 04:08:10 +00:00
package
main
Build & enable ctr with k3s server
2019-06-30 16:30:25 +00:00
import
"github.com/rancher/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