initial runc connector implementation

This commit is contained in:
Bradley Cicenas
2017-06-08 18:33:34 +00:00
parent 44379cd9fd
commit b009a260a4
4 changed files with 275 additions and 1 deletions

View File

@@ -16,7 +16,8 @@ type GridCursor struct {
func NewGridCursor() *GridCursor {
return &GridCursor{
cSource: connector.NewDocker(),
cSource: connector.NewRunc(),
//cSource: connector.NewDocker(),
}
}