We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb37dc7 commit 16a4145Copy full SHA for 16a4145
drivers/google/compute_util.go
@@ -38,12 +38,10 @@ type ComputeUtil struct {
38
}
39
40
const (
41
- apiURL = "https://www.googleapis.com/compute/v1/projects/"
42
- firewallRule = "docker-machines"
43
- port = "2376"
44
- firewallTargetTag = "docker-machine"
45
- dockerStartCommand = "sudo service docker start"
46
- dockerStopCommand = "sudo service docker stop"
+ apiURL = "https://www.googleapis.com/compute/v1/projects/"
+ firewallRule = "docker-machines"
+ port = "2376"
+ firewallTargetTag = "docker-machine"
47
)
48
49
// NewComputeUtil creates and initializes a ComputeUtil.
0 commit comments