docker / machine

Machine management for a container-centric world
https://docs.docker.com/machine/
Apache License 2.0
6.63k stars 1.97k forks source link

Coreos -> Alpine provisioner detection #3951

Open ghost opened 7 years ago

ghost commented 7 years ago

I know CoreOS is an available option for the provisioner to detect, but not alpine.

How do I set my server (running alpine on bare metal) to be a docker-machine with the generic driver when the provisioner doesn't recognize alpine? Is there a workaround for this? Or should /libmachine/provison/coreos.go be duplicated for a provisioner on alpine specifically?

nathanleclaire commented 7 years ago

There would need to be a provisioner -- but it's unlikely to be similar to the coreos one... it should probably use apk etc. and/or install docker manually