mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Use docker client lib instead of binary for pulls
This commit is contained in:
@@ -47,8 +47,6 @@ var (
|
||||
dockerEndpoint = flag.String("docker_endpoint", "", "If non-empty, use this for the docker endpoint to communicate with")
|
||||
)
|
||||
|
||||
const dockerBinary = "/usr/bin/docker"
|
||||
|
||||
func main() {
|
||||
flag.Parse()
|
||||
util.InitLogs()
|
||||
|
Reference in New Issue
Block a user