1
0
Fork 0
forked from barak/tarpoon

Add a README intro section

This commit is contained in:
Dalton Hubble 2016-12-03 23:50:59 -08:00
parent 5b3d5e81bd
commit 22621ac77f
5 changed files with 29 additions and 2 deletions

View file

@ -89,7 +89,7 @@ func systemContext() *types.SystemContext {
return &types.SystemContext{
RegistriesDirPath: "",
DockerCertPath: "",
DockerInsecureSkipTLSVerify: !tlsVerify,
DockerInsecureSkipTLSVerify: !tlsVerify
}
}