You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+31
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,37 @@ module "runner" {
144
144
}
145
145
```
146
146
147
+
### Scenario: Use of Docker autoscaler
148
+
149
+
As docker machine is no longer maintained by docker, gitlab recently developed docker_autoscaler to replace docker machine (still in beta). An option is available to test it out. It reuses the arguments int he docker-machine block arguments and create an autoscaling groupthat will be supplied to docker-autoscaler.
0 commit comments