Lets try this to fix the docker error
This commit is contained in:
parent
5e3531eee4
commit
d715aeb53c
@ -50,7 +50,6 @@ public class UpdateManager {
|
||||
private static DockerClient getDockerClient() {
|
||||
DefaultDockerClientConfig config
|
||||
= DefaultDockerClientConfig.createDefaultConfigBuilder()
|
||||
.withDockerTlsVerify("1")
|
||||
.withDockerHost(Main.CONFIG.getConfig().get("docker-socket").getAsString()).build();
|
||||
|
||||
return DockerClientBuilder.getInstance(config).build();
|
||||
|
Loading…
Reference in New Issue
Block a user