Support pulling from docker daemon

This commit is contained in:
Ian Kaneshiro
2020-11-11 10:25:39 -08:00
parent 0c3a58e47a
commit fff79227d8
5 changed files with 45 additions and 33 deletions

View File

@@ -1,21 +1,17 @@
package main
import "os"
import "os"
import (
"fmt"
"github.com/hpcng/warewulf/internal/pkg/assets"
"github.com/hpcng/warewulf/internal/pkg/config"
"github.com/hpcng/warewulf/internal/pkg/vnfs"
"os"
"os/exec"
"path"
"strings"
"sync"
"time"
"github.com/hpcng/warewulf/internal/pkg/assets"
"github.com/hpcng/warewulf/internal/pkg/config"
"github.com/hpcng/warewulf/internal/pkg/vnfs"
)
func main() {