Initial windows runtime work
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
e5c8c5634a
commit
c5843b7615
120 changed files with 11158 additions and 596 deletions
7
cmd/ctr/main_unix.go
Normal file
7
cmd/ctr/main_unix.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build !windows
|
||||
|
||||
package main
|
||||
|
||||
func init() {
|
||||
extraCmds = append(extraCmds, shimCommand)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue