This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
k3s
mirror of
https://github.com/k3s-io/k3s
Watch
1
Star
0
Fork
You've already forked k3s
0
Code
Issues
Projects
Releases
Wiki
Activity
eff502342a
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
}