docker / machine

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

Ensure that for OSes that specify ID_LIKE=debian, the DebianProvisioner is indicated as compatible (for ex: Raspbian) #4884

Open aniongithub opened 3 years ago

aniongithub commented 3 years ago

For OSes that indicate ID_LIKE=debian (for example Raspbian), the DebianProvisioner would return false. This simple one line fix fixes that. This is taken directly from the arch provisioner that works correctly for all Arch-like distros.

aniongithub commented 3 years ago

Same as #4790, just from a different branch. Looks like the maintainers of this are asleep so I might as well continue work on main. If anyone sees this thread years later, come find my fork, you'll probably have better luck.