Are autoscalers supposed to provision docker?

Hi, I’m using the autoscaler on Hetzner, and unless I specify a bootstrapped image or userdata file that installs docker, the autoscaler does not automatically install it.

Is this intended? If so, then the warning about using cloud-init or overriding the image should be removed from the docs imo.

the autoscaler automatically installs Docker via the cloud-init script, see https://github.com/drone/autoscaler/blob/master/drivers/internal/userdata/userdata.go#L38:L42